class Mint::FixerCurrency::FixerArgumentError
Error exception came from Fixer.io
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/mint/fixer_currency/exceptions.rb, line 12 def initialize(msg) super "Fixer.io error: #{msg}" end