class Realm::CannotHandleAction
Public Class Methods
new(handler, action, msg: "
click to toggle source
Calls superclass method
# File lib/realm/error.rb, line 27 def initialize(handler, action, msg: "#{handler} cannot handle action '#{action}'") super(msg) end