Exception: Spacebunny::StreamsMustBeAnArray

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

Instance Method Summary collapse

Constructor Details

#initializeStreamsMustBeAnArray

Returns a new instance of StreamsMustBeAnArray.



113
114
115
116
# File 'lib/spacebunny/exceptions.rb', line 113

def initialize
  message = "streams option must be an Array"
  super(message)
end