UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

8 lines (6 loc) 259 B
import { KlarnaError } from "../CommonErrors"; export class UnableToUpdateCreditSession extends KlarnaError { constructor() { super("We were unable to update the session with the provided data. Some field constraint was violated.", 400); } }