Exception: Spacebunny::StreamsMustBeAnArray
- Inherits:
-
StandardError
- Object
- StandardError
- Spacebunny::StreamsMustBeAnArray
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ StreamsMustBeAnArray
constructor
A new instance of StreamsMustBeAnArray.
Constructor Details
#initialize ⇒ StreamsMustBeAnArray
Returns a new instance of StreamsMustBeAnArray.
113 114 115 116 |
# File 'lib/spacebunny/exceptions.rb', line 113 def initialize = "streams option must be an Array" super() end |