class OFX::Error::UnsupportedVersion
Raised when the OFX version declared in the header is not supported.
Attributes
Public Class Methods
Source
# File lib/ofx_kit/errors/unsupported_version.rb, line 9 def initialize(version) @version = version super("Unsupported OFX version: #{version}") end
Calls superclass method