Exception: Realm::EventClassMissing

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

Instance Method Summary collapse

Methods inherited from Error

[]

Constructor Details

#initialize(identifier, events_module, msg: "Cannot find event class for #{identifier} in #{events_module}") ⇒ EventClassMissing

Returns a new instance of EventClassMissing.



39
40
41
# File 'lib/realm/error.rb', line 39

def initialize(identifier, events_module, msg: "Cannot find event class for #{identifier} in #{events_module}")
  super(msg)
end