Exception: Gel::Error::UnknownCommandError
- Defined in:
- lib/gel/error.rb
Instance Method Summary collapse
-
#initialize(command_name:) ⇒ UnknownCommandError
constructor
A new instance of UnknownCommandError.
- #message ⇒ Object
Methods inherited from UserError
Methods included from ReportableError
Constructor Details
#initialize(command_name:) ⇒ UnknownCommandError
116 117 118 |
# File 'lib/gel/error.rb', line 116 def initialize(command_name:) super end |
Instance Method Details
#message ⇒ Object
120 121 122 |
# File 'lib/gel/error.rb', line 120 def "Unknown command #{self[:command_name].inspect}" end |