UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

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