class BulbStateValueOutOfRangeException

Public Instance Methods

initalize(msg = "Value out of range.") click to toggle source
Calls superclass method
# File lib/lights/exception.rb, line 14
def initalize(msg = "Value out of range.")
  super
end