UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

13 lines 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RocketsAuthException = void 0; const common_1 = require("@nestjs/common"); const nestjs_common_1 = require("@concepta/nestjs-common"); class RocketsAuthException extends nestjs_common_1.RuntimeException { constructor(message, options) { super(Object.assign({ message, httpStatus: common_1.HttpStatus.INTERNAL_SERVER_ERROR }, options)); this.errorCode = 'ROCKETS_AUTH_ERROR'; } } exports.RocketsAuthException = RocketsAuthException; //# sourceMappingURL=rockets-auth.exception.js.map