UNPKG

@experium/nest-bruteforce-guard

Version:
11 lines (10 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BruteforceDetectionException = void 0; const common_1 = require("@nestjs/common"); class BruteforceDetectionException extends common_1.ForbiddenException { constructor() { super('Bruteforce detection'); } } exports.BruteforceDetectionException = BruteforceDetectionException;