Exception: OFX::Errors::URIMissing
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::URIMissing
- 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
73 74 75 76 |
# File 'lib/ofx/errors.rb', line 73 def 'You must specify the uri of the ofx server you' \ 'plan to connect to. in the options hash.' end |