Exception: ActiveMerchant::Shipping::ResponseContentError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_shipping/shipping/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(exception, content_body) ⇒ ResponseContentError

Returns a new instance of ResponseContentError.



4
5
6
# File 'lib/active_shipping/shipping/errors.rb', line 4

def initialize(exception, content_body)
  super("#{exception.message} \n\n#{content_body}")
end