Exception: OFX::Errors::AppVerMissing
- Inherits:
-
OFX::Errors
- Object
- StandardError
- OFX::Errors
- OFX::Errors::AppVerMissing
- 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
65 66 67 68 69 |
# File 'lib/ofx/errors.rb', line 65 def "You need to include 'app_ver' in the options hash" \ "when you initialize your ofx document or " \ "set OFX_APP_VER as an environment variable." end |