class Mint::FixerCurrency::WrongCurrencyError
Exception for wrong currency name
Public Class Methods
new(currency)
click to toggle source
Calls superclass method
# File lib/mint/fixer_currency/exceptions.rb, line 5 def initialize(currency) super "Can't find #{currency} currency, please setup it with Mint::FixerCurrency.currencies" end