Exception: Klarna::Checkout::Errors::OrderRefundError

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

Instance Method Summary collapse

Constructor Details

#initialize(message, exception_type) ⇒ OrderRefundError

Returns a new instance of OrderRefundError.



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

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