class Athena::Console::Exception::CommandNotFound

Included Modules

Direct Known Subclasses

Defined in:

exception/command_not_found.cr

Constructors

Instance Method Summary

Instance methods inherited from module Athena::Console::Exception

code : Int32 code

Constructor Detail

def self.new(message : String, alternatives : Array(String) = [] of String, code : Int32 = 0) #

[View source]

Instance Method Detail

def alternatives : Array(String) #

[View source]