Exception: Codebot::CommandError
- Defined in:
- lib/codebot/command_error.rb
Overview
This exception stores information about an error that occurred due to the user entering an invalid command, for example when two mutually exclusive command-line options are specified.
Instance Method Summary collapse
-
#initialize(message) ⇒ CommandError
constructor
Constructs a new command error.
Constructor Details
#initialize(message) ⇒ CommandError
Constructs a new command error.
13 14 15 |
# File 'lib/codebot/command_error.rb', line 13 def initialize() super end |