UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

5 lines (4 loc) 201 B
/** Exception thrown when an error occurs during Nexo message encryption or decryption. */ export declare class NexoSecurityException extends Error { constructor(message: string, cause?: Error); }