class Athena::Console::Exceptions::NamespaceNotFound

Defined in:

exceptions/namespace_not_found.cr

Instance methods inherited from class Athena::Console::Exceptions::CommandNotFound

alternatives : Array(String) alternatives

Constructor methods inherited from class Athena::Console::Exceptions::CommandNotFound

new(message : String, alternatives : Array(String) = [] of String, code : Int32 = 0, cause : Exception | Nil = nil) new

Instance methods inherited from class Athena::Console::Exceptions::ConsoleException

code : Int32 code

Constructor methods inherited from class Athena::Console::Exceptions::ConsoleException

new(message : String, code : Int32 = 1, cause : Exception | Nil = nil) new