Exception: Paymax1::InvalidResponseException
- Defined in:
- lib/paymax1/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidResponseException
constructor
A new instance of InvalidResponseException.
Constructor Details
#initialize(message) ⇒ InvalidResponseException
Returns a new instance of InvalidResponseException.
24 25 26 |
# File 'lib/paymax1/exception.rb', line 24 def initialize() super() end |