class CurrencyLayer::TimeframeException

Attributes

error[RW]

Public Class Methods

new(error) click to toggle source
# File lib/currency_conversion/timeframe/timeframe_exception.rb, line 7
def initialize(error)
  self.error = error
end