Exception: ActiveValidation::Errors::ImmutableError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Object can not be changed in lifetime") ⇒ ImmutableError

Returns a new instance of ImmutableError.



6
7
8
# File 'lib/active_validation/errors.rb', line 6

def initialize(msg = "Object can not be changed in lifetime")
  super
end