UNPKG

@gray-adeyi/korapay-sdk

Version:

A korapay client SDK for the javascript runtime.

8 lines 267 B
export declare class KorapayClientError extends Error { detail: string; status?: number; code?: string; wrappedError?: Error; constructor(detail: string, status?: number, code?: string, wrappedError?: Error); } //# sourceMappingURL=errors.d.ts.map