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