Exception: Realm::CommandHandlerMissing

Inherits:
Error
  • Object
show all
Defined in:
lib/realm/error.rb

Instance Method Summary collapse

Methods inherited from Error

[]

Constructor Details

#initialize(command_name, msg: "Cannot find handler for command '#{command_name}'") ⇒ CommandHandlerMissing

Returns a new instance of CommandHandlerMissing.



21
22
23
# File 'lib/realm/error.rb', line 21

def initialize(command_name, msg: "Cannot find handler for command '#{command_name}'")
  super(msg)
end