Exception: BulbStateValueTypeException
- Inherits:
-
Exception
- Object
- Exception
- BulbStateValueTypeException
- Defined in:
- lib/lights/exception.rb
Instance Method Summary collapse
-
#initialize(msg = "Value is of incorrect type.") ⇒ BulbStateValueTypeException
constructor
A new instance of BulbStateValueTypeException.
Constructor Details
#initialize(msg = "Value is of incorrect type.") ⇒ BulbStateValueTypeException
Returns a new instance of BulbStateValueTypeException.
20 21 22 |
# File 'lib/lights/exception.rb', line 20 def initialize(msg = "Value is of incorrect type.") super end |