UNPKG

@nortex/handler

Version:

The easy to use, all-in-one command and event handler.

6 lines (5 loc) 157 B
export declare class ExecutionError extends Error { code: string; params: any[]; constructor(message: string, code: string, ...params: any[]); }