Exception: ImmutableAccountError
- Inherits:
-
StandardError
- Object
- StandardError
- ImmutableAccountError
- Defined in:
- lib/account.rb
Instance Method Summary collapse
-
#initialize(msg = "Account must be mutable to perform this action") ⇒ ImmutableAccountError
constructor
A new instance of ImmutableAccountError.
Constructor Details
#initialize(msg = "Account must be mutable to perform this action") ⇒ ImmutableAccountError
Returns a new instance of ImmutableAccountError.
4 5 6 |
# File 'lib/account.rb', line 4 def initialize(msg="Account must be mutable to perform this action") super end |