Exception: Replay::InvalidSubscriberError
- Inherits:
-
ReplayError
- Object
- StandardError
- ReplayError
- Replay::InvalidSubscriberError
- Defined in:
- lib/replay.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ InvalidSubscriberError
constructor
A new instance of InvalidSubscriberError.
Constructor Details
#initialize(*args) ⇒ InvalidSubscriberError
Returns a new instance of InvalidSubscriberError.
23 24 25 26 |
# File 'lib/replay.rb', line 23 def initialize(*args) obj = args.shift super( "Subscriber#{obj.to_s} does not implement #published(stream, event)", *args) end |