MCPcopy Create free account
hub / github.com/thlorenz/proxyquire / ProxyquireError

Function ProxyquireError

lib/proxyquire-error.js:5–9  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

3var util = require('util')
4
5function ProxyquireError (msg) {
6 this.name = 'ProxyquireError'
7 Error.captureStackTrace(this, ProxyquireError)
8 this.message = msg || 'An error occurred inside proxyquire.'
9}
10
11util.inherits(ProxyquireError, Error)
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…