Exception: OFX::Errors::FiFidMissing
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::FiFidMissing
- Defined in:
- lib/ofx/errors.rb
Instance Method Summary collapse
Methods inherited from OFX::Errors
Constructor Details
This class inherits a constructor from OFX::Errors
Instance Method Details
#message ⇒ Object
33 34 35 36 37 |
# File 'lib/ofx/errors.rb', line 33 def "You need to include 'fi_fid' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_FI_FID as an environment variable." end |