@brewww/authentication-service
Version:
Authenticator service for Brew projects.
10 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OtpSmsTemplateNotFoundError = void 0;
class OtpSmsTemplateNotFoundError extends Error {
constructor(authenticationAction) {
super(`OTP sms template for "${authenticationAction}" action is not found.`);
}
}
exports.OtpSmsTemplateNotFoundError = OtpSmsTemplateNotFoundError;
//# sourceMappingURL=otp-sms-template-not-found.error.ts.js.map