Exception: OFX::Errors::AccountMissing
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::AccountMissing
- 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
49 50 51 52 53 |
# File 'lib/ofx/errors.rb', line 49 def "You need to include 'account' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_ACCOUNT as an environment variable." end |