UNPKG

@brewww/authentication-service

Version:
10 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OtpEmailTemplateNotFoundError = void 0; class OtpEmailTemplateNotFoundError extends Error { constructor(authenticationAction) { super(`OTP email template for "${authenticationAction}" action is not found.`); } } exports.OtpEmailTemplateNotFoundError = OtpEmailTemplateNotFoundError; //# sourceMappingURL=otp-email-template-not-found.error.js.map