Method: Codebot::CommandError#initialize
- Defined in:
- lib/codebot/command_error.rb
#initialize(message) ⇒ CommandError
Constructs a new command error.
13 14 15 |
# File 'lib/codebot/command_error.rb', line 13 def initialize() super end |