UNPKG

alepha

Version:

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

5 lines (4 loc) 110 B
export class SecurityError extends Error { public name = "SecurityError"; public readonly status = 403; }