class SceneLockedException

Public Class Methods

new(msg = "Scene could not be removed, because it's locked.") click to toggle source
Calls superclass method
# File lib/lights/exception.rb, line 38
def initialize(msg = "Scene could not be removed, because it's locked.")
  super
end