Exception: NLHue::NotVerifiedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nlhue/bridge.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Call .verify() before using the bridge.") ⇒ NotVerifiedError

Returns a new instance of NotVerifiedError.



13
14
15
# File 'lib/nlhue/bridge.rb', line 13

def initialize msg="Call .verify() before using the bridge."
	super msg
end