class Klarna::Checkout::Errors::OrderValidationError
Public Class Methods
new(message, exception_type)
click to toggle source
Calls superclass method
# File lib/klarna/checkout/errors/order_validation_error.rb, line 7 def initialize(message, exception_type) @exception_type = exception_type super(message) end