UNPKG

@experium/nest-bruteforce-guard

Version:
5 lines (4 loc) 210 B
import { UnauthorizedException } from '@nestjs/common'; export declare class BadPasswordException extends UnauthorizedException { constructor(objectOrError?: string | object | any, description?: string); }