UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

11 lines (10 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OcxExceptions = void 0; class OcxExceptions extends Error { constructor(message) { super(message); this.stack = new Error().stack; } } exports.OcxExceptions = OcxExceptions;