Exception: OFX::Errors::UserMissing
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::UserMissing
- 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
9 10 11 12 13 |
# File 'lib/ofx/errors.rb', line 9 def "You need to include 'user' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_USER as an environment variable." end |