using System; namespace MileageTraker.Web.DAL { public class UserLockedOutException : Exception { } }