UNPKG

@brewww/authentication-service

Version:
10 lines 437 B
"use strict"; 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