namespace MoleMole { public static class MoleExceptions { public const string INVALID_TYPE_OR_STATE_EXCEPTION = "Invalid Type or State!"; } }