UNPKG

nhandler

Version:

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

12 lines (11 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExecutionError = void 0; class ExecutionError extends Error { constructor(message, metadata) { super(message); this.name = "ExecutionError"; this.metadata = metadata; } } exports.ExecutionError = ExecutionError;