Exception: Klarna::Checkout::Errors::OrderCaptureError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/klarna/checkout/errors/order_capture_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message, exception_type) ⇒ OrderCaptureError

Returns a new instance of OrderCaptureError.



7
8
9
10
# File 'lib/klarna/checkout/errors/order_capture_error.rb', line 7

def initialize(message, exception_type)
  @exception_type = exception_type
  super(message)
end