class Spacebunny::LiveStreamFormatError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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