UNPKG

nestjs-api-tools

Version:

Wrappers for convenient API development including validation, logging and i18n wrappers

11 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiUnauthorizedError = void 0; const common_1 = require("@nestjs/common"); class ApiUnauthorizedError extends common_1.UnauthorizedException { getExternalLogMessage() { return null; } } exports.ApiUnauthorizedError = ApiUnauthorizedError; //# sourceMappingURL=api-unauthorized-error.js.map