Exception: FrozenVariableError
- Inherits:
-
StandardError
- Object
- StandardError
- FrozenVariableError
- Defined in:
- lib/arendelle.rb
Instance Method Summary collapse
-
#initialize(msg = "Cannot modify frozen variable") ⇒ FrozenVariableError
constructor
A new instance of FrozenVariableError.
Constructor Details
#initialize(msg = "Cannot modify frozen variable") ⇒ FrozenVariableError
Returns a new instance of FrozenVariableError.
36 37 38 |
# File 'lib/arendelle.rb', line 36 def initialize(msg = "Cannot modify frozen variable") super(msg) end |