Exception: Spacebunny::ChannelsMustBeAnArray
- Inherits:
-
StandardError
- Object
- StandardError
- Spacebunny::ChannelsMustBeAnArray
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ ChannelsMustBeAnArray
constructor
A new instance of ChannelsMustBeAnArray.
Constructor Details
#initialize ⇒ ChannelsMustBeAnArray
Returns a new instance of ChannelsMustBeAnArray.
24 25 26 27 |
# File 'lib/spacebunny/exceptions.rb', line 24 def initialize = "channels option must be an Array. E.g. [:data, :alarms]" super() end |