UNPKG

@eversurf/dengine-js

Version:

Debot engine for Java Script

12 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DebotClientError = void 0; class DebotClientError extends Error { constructor(code, message, data) { super(message); this.code = code; this.data = data; } } exports.DebotClientError = DebotClientError; //# sourceMappingURL=errors.js.map