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.
31 32 33 |
# File 'lib/cosmo.rb', line 31 def initialize(stream_name) super("Missing stream `#{stream_name}`") end |