UNPKG

ts-mailcow-api

Version:
10 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MailcowException = void 0; /** * Error class used for exception handling. */ class MailcowException extends Error { } exports.MailcowException = MailcowException; //# sourceMappingURL=types.js.map