UNPKG

node-libcurl

Version:

The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl

14 lines 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CurlEasyError = void 0; const CurlError_1 = require("./CurlError"); class CurlEasyError extends CurlError_1.CurlError { code; static name = 'CurlEasyError'; constructor(message, code, errorOptions) { super(message, errorOptions); this.code = code; } } exports.CurlEasyError = CurlEasyError; //# sourceMappingURL=CurlEasyError.js.map