Exception: Klarna::Checkout::Errors::ConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- Klarna::Checkout::Errors::ConfigurationError
- Defined in:
- lib/klarna/checkout/errors/configuration_error.rb
Instance Method Summary collapse
-
#initialize(message, exception_type) ⇒ ConfigurationError
constructor
A new instance of ConfigurationError.
Constructor Details
#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(, exception_type) @exception_type = exception_type super() end |