Exception: Cosmo::StreamNotFoundError
- Defined in:
- lib/cosmo.rb
Instance Method Summary collapse
-
#initialize(stream_name) ⇒ StreamNotFoundError
constructor
A new instance of StreamNotFoundError.
Constructor Details
#initialize(stream_name) ⇒ StreamNotFoundError
Returns a new instance of StreamNotFoundError.
30 31 32 |
# File 'lib/cosmo.rb', line 30 def initialize(stream_name) super("Missing stream `#{stream_name}`") end |