MCPcopy Create free account
hub / github.com/apify/impit / constructor

Method constructor

impit-node/errors.js:1–1  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

1class ImpitError extends Error { constructor(msg) { super(msg); this.name = this.constructor.name; } }
2class HTTPError extends ImpitError {}
3class RequestError extends ImpitError {}
4class TransportError extends RequestError {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected