class BulbStateValueTypeException

Public Class Methods

new(msg = "Value is of incorrect type.") click to toggle source
Calls superclass method
# File lib/lights/exception.rb, line 20
def initialize(msg = "Value is of incorrect type.")
  super
end