Exception: SceneLockedException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Scene could not be removed, because it's locked.") ⇒ SceneLockedException

Returns a new instance of SceneLockedException.



38
39
40
# File 'lib/lights/exception.rb', line 38

def initialize(msg = "Scene could not be removed, because it's locked.")
  super
end