Exception: FrozenVariableError

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

Instance Method Summary collapse

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