class Athena::Console::Exceptions::CommandNotFound
- Athena::Console::Exceptions::CommandNotFound
- Athena::Console::Exceptions::ConsoleException
- Exception
- Reference
- Object
Direct Known Subclasses
Defined in:
exceptions/command_not_found.crConstructors
Instance Method Summary
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
Constructor Detail
def self.new(message : String, alternatives : Array(String) = [] of String, code : Int32 = 0, cause : Exception | Nil = nil)
#