Exception: BulbStateValueTypeException

Inherits:
Exception
  • Object
show all
Defined in:
lib/lights/exception.rb

Instance Method Summary collapse

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