Exception: Spacebunny::LiveStreamFormatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/spacebunny/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeLiveStreamFormatError

Returns a new instance of LiveStreamFormatError.



38
39
40
41
# File 'lib/spacebunny/exceptions.rb', line 38

def initialize
  message = "Live Stream not correctly formatted. It must be an Hash with at least 'name' and 'id' attributes"
  super(message)
end