8 lines
115 B
C#
8 lines
115 B
C#
using System;
|
|
|
|
namespace MileageTraker.Web.DAL
|
|
{
|
|
public class UninitializedAccountException : Exception
|
|
{
|
|
}
|
|
} |