Exception: PaysonAPI::V1::Errors::UnknownCurrencyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/payson_api/v1/errors/unknown_currency_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(_msg, currency) ⇒ UnknownCurrencyError

Returns a new instance of UnknownCurrencyError.



7
8
9
# File 'lib/payson_api/v1/errors/unknown_currency_error.rb', line 7

def initialize(_msg, currency)
  super("Unknown currency: #{currency}")
end