Exception: RubyEventStore::InvalidHandler
- Inherits:
-
StandardError
- Object
- StandardError
- RubyEventStore::InvalidHandler
- Defined in:
- lib/ruby_event_store/errors.rb
Instance Method Summary collapse
-
#initialize(subscriber_klass) ⇒ InvalidHandler
constructor
A new instance of InvalidHandler.
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 |