Exception: RubyEventStore::InvalidHandler

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_event_store/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ InvalidHandler

Returns a new instance of InvalidHandler.



20
21
22
# File 'lib/ruby_event_store/errors.rb', line 20

def initialize(object)
  super("#call method not found in #{object.inspect} subscriber. Are you sure it is a valid subscriber?")
end