class ImmutableAccountError

Public Class Methods

new(msg="Account must be mutable to perform this action") click to toggle source
Calls superclass method
# File lib/account.rb, line 4
def initialize(msg="Account must be mutable to perform this action")
    super
end