class BnmAPI::Error::NoFXTurnover
Attributes
date[R]
Public Class Methods
new(msg: 'No fx turnover on date. endpoint: ', endpoint:)
click to toggle source
Calls superclass method
# File lib/bnmapi/error/no_fx_turnover.rb, line 5 def initialize(msg: 'No fx turnover on date. endpoint: ', endpoint:) @date = date super(msg + endpoint) end