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

Class

impit-node/errors.js:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class LocalProtocolError extends ProtocolError {}
17class RemoteProtocolError extends ProtocolError {}
18class ProxyError extends TransportError {}
19class ProxyTunnelError extends ProxyError {
20 constructor(msg) {
21 super(msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected