class Klarna::Checkout::Errors::OrderNotFoundError

Public Class Methods

new(message, exception_type) click to toggle source
Calls superclass method
# File lib/klarna/checkout/errors/order_not_found_error.rb, line 7
def initialize(message, exception_type)
  @exception_type = exception_type
  super(message)
end