Exception: OFX::Errors::RoutingMissing
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::RoutingMissing
- 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
41 42 43 44 45 |
# File 'lib/ofx/errors.rb', line 41 def "You need to include 'routing' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_ROUTING as an environment variable." end |