Exception: BulbStateValueOutOfRangeException

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

Instance Method Summary collapse

Instance Method Details

#initalize(msg = "Value out of range.") ⇒ Object



14
15
16
# File 'lib/lights/exception.rb', line 14

def initalize(msg = "Value out of range.")
  super
end