class Athena::Console::Exceptions::CommandNotFound

Direct Known Subclasses

Defined in:

exceptions/command_not_found.cr

Constructors

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) #

[View source]

Instance Method Detail

def alternatives : Array(String) #

[View source]