Exception: ActiveMerchant::ConnectionError
- Inherits:
-
ActiveMerchantError
- Object
- StandardError
- ActiveMerchantError
- ActiveMerchant::ConnectionError
- Defined in:
- lib/active_merchant/errors.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary collapse
-
#triggering_exception ⇒ Object
readonly
Returns the value of attribute triggering_exception.
Instance Method Summary collapse
-
#initialize(message, triggering_exception) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(message, triggering_exception) ⇒ ConnectionError
Returns a new instance of ConnectionError.
8 9 10 11 |
# File 'lib/active_merchant/errors.rb', line 8 def initialize(, triggering_exception) super() @triggering_exception = triggering_exception end |
Instance Attribute Details
#triggering_exception ⇒ Object (readonly)
Returns the value of attribute triggering_exception.
6 7 8 |
# File 'lib/active_merchant/errors.rb', line 6 def triggering_exception @triggering_exception end |