Exception: SceneLockedException
- Inherits:
-
Exception
- Object
- Exception
- SceneLockedException
- Defined in:
- lib/lights/exception.rb
Instance Method Summary collapse
-
#initialize(msg = "Scene could not be removed, because it's locked.") ⇒ SceneLockedException
constructor
A new instance of SceneLockedException.
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 |