Exception: Spacebunny::LiveStreamFormatError
- Inherits:
-
StandardError
- Object
- StandardError
- Spacebunny::LiveStreamFormatError
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ LiveStreamFormatError
constructor
A new instance of LiveStreamFormatError.
Constructor Details
#initialize ⇒ LiveStreamFormatError
Returns a new instance of LiveStreamFormatError.
38 39 40 41 |
# File 'lib/spacebunny/exceptions.rb', line 38 def initialize = "Live Stream not correctly formatted. It must be an Hash with at least 'name' and 'id' attributes" super() end |