class Realm::CommandHandlerMissing
Public Class Methods
new(command_name, msg: "Cannot find handler for command '
click to toggle source
Calls superclass method
# File lib/realm/error.rb, line 21 def initialize(command_name, msg: "Cannot find handler for command '#{command_name}'") super(msg) end