UNPKG

alepha

Version:

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

6 lines (4 loc) 123 B
import { AlephaError } from "alepha"; export class CommandError extends AlephaError { readonly name = "CommandError"; }