MCPcopy Create free account
hub / github.com/JS-DevTools/ono / newErrorWithInnerError

Function newErrorWithInnerError

test/specs/singleton.spec.js:87–89  ·  view source on GitHub ↗
(innerErr)

Source from the content-addressed store, hash-verified

85 }
86
87 function newErrorWithInnerError (innerErr) {
88 return ono(innerErr);
89 }
90
91 let err = newErrorWithInnerError(makeInnerError());
92

Callers 1

singleton.spec.jsFile · 0.85

Calls 1

onoFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…