UNPKG

@alepha/security

Version:

Manage realms, roles, permissions, and JWT-based authentication.

6 lines (5 loc) 122 B
export class RealmNotFoundError extends Error { constructor(realm: string) { super(`Realm '${realm}' not found`); } }