Method: ActiveMerchant::ConnectionError#initialize
- Defined in:
- lib/active_merchant/errors.rb
#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 |