Exception: RubyEventStore::InvalidHandler

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

Instance Method Summary collapse

Constructor Details

#initialize(subscriber_klass) ⇒ InvalidHandler

Returns a new instance of InvalidHandler.



11
12
13
# File 'lib/ruby_event_store/errors.rb', line 11

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