Exception: ImmutableAccountError

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

Instance Method Summary collapse

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