Exception: ActiveValidation::Errors::ImmutableError
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveValidation::Errors::ImmutableError
- Defined in:
- lib/active_validation/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Object can not be changed in lifetime") ⇒ ImmutableError
constructor
A new instance of ImmutableError.
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 |