@sharplygroup/xtb-api-js
Version:
A module for interacting with the XTB API
12 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.XtbConnectionError = void 0;
const XtbApiError_1 = require("./XtbApiError");
class XtbConnectionError extends XtbApiError_1.XtbApiError {
constructor(message) {
super(message);
this.name = "XtbConnectionError";
}
}
exports.XtbConnectionError = XtbConnectionError;
//# sourceMappingURL=XtbConnectionError.js.map