UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

11 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SendEmailError extends Error { constructor(message) { super(message); this.message = `Failed to send email. ${message}`; this.name = 'SendEmailError'; } } exports.default = SendEmailError; //# sourceMappingURL=SendEmailError.js.map