Exception: Realm::CommandHandlerMissing
- Defined in:
- lib/realm/error.rb
Instance Method Summary collapse
- 
  
    
      #initialize(command_name, msg: "Cannot find handler for command '#{command_name}'")  ⇒ CommandHandlerMissing 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CommandHandlerMissing. 
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 |