@bitwild/rockets-auth
Version:
Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more
14 lines • 707 B
TypeScript
import { RuntimeException, RuntimeExceptionOptions } from '@concepta/nestjs-common';
export declare class UserMetadataException extends RuntimeException {
constructor(message: string, options?: RuntimeExceptionOptions);
}
export declare class UserMetadataNotFoundException extends UserMetadataException {
constructor(options?: RuntimeExceptionOptions);
}
export declare class UserMetadataCannotBeDeletedException extends UserMetadataException {
constructor(options?: RuntimeExceptionOptions);
}
export declare class UserMetadataUnauthorizedAccessException extends UserMetadataException {
constructor(options?: RuntimeExceptionOptions);
}
//# sourceMappingURL=user-metadata.exception.d.ts.map