UNPKG

alepha

Version:

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

6 lines (4 loc) 125 B
import { AlephaError } from "alepha"; export class InvalidFileError extends AlephaError { public readonly status = 400; }