Exception: Replay::InvalidStorageError
- Inherits:
-
ReplayError
- Object
- StandardError
- ReplayError
- Replay::InvalidStorageError
- Defined in:
- lib/replay.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ InvalidStorageError
constructor
A new instance of InvalidStorageError.
Constructor Details
#initialize(*args) ⇒ InvalidStorageError
Returns a new instance of InvalidStorageError.
18 19 20 21 |
# File 'lib/replay.rb', line 18 def initialize(*args) klass = args.shift super( "Storage #{klass.to_s} does not implement #event_stream(stream, event)", *args) end |