namespace Singer_Hexdive.Exceptions { public class NotfoundException : Exception { public NotfoundException(string message) : base(message) { } } }