Method: Codebot::CommandError#initialize

Defined in:
lib/codebot/command_error.rb

#initialize(message) ⇒ CommandError

Constructs a new command error.

Parameters:

  • message (String)

    the error message



13
14
15
# File 'lib/codebot/command_error.rb', line 13

def initialize(message)
  super
end