UNPKG

alepha

Version:

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

6 lines (4 loc) 126 B
import { AlephaError } from "alepha"; export class FileNotFoundError extends AlephaError { public readonly status = 404; }