UNPKG

@experium/nest-bruteforce-guard

Version:
8 lines (6 loc) 246 B
import { UnauthorizedException } from '@nestjs/common'; export class UserDisabledException extends UnauthorizedException { constructor(objectOrError?: string | object | any, description?: string) { super(objectOrError, description); } }