class Money::Currency::MissingAttributeError
which are required for the current action.
Thrown when a Currency has been registered without all the attributes
def initialize(method, currency, attribute)
def initialize(method, currency, attribute) super( "Can't call Currency.#{method} - currency '#{currency}' is missing "\ "the attribute '#{attribute}'" ) end