class CurrencyLayer::HistoricalException
Attributes
error[RW]
Public Class Methods
new(error)
click to toggle source
# File lib/currency_conversion/historical/historical_exception.rb, line 7 def initialize(error) self.error = error end