Exception: Cosmo::StreamNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/cosmo.rb

Instance Method Summary collapse

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