Method: Klarna::Checkout::Errors::ConfigurationError#initialize

Defined in:
lib/klarna/checkout/errors/configuration_error.rb

#initialize(message, exception_type) ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



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

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