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(message, triggering_exception)
  super(message)
  @triggering_exception = triggering_exception
end