UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

10 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OAuth2Error = void 0; class OAuth2Error extends Error { constructor() { super(); } } exports.OAuth2Error = OAuth2Error; //# sourceMappingURL=OAuth2Error.js.map