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

Function newErrorWithInnerErrorAndParamMessage

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

Source from the content-addressed store, hash-verified

147 }
148
149 function newErrorWithInnerErrorAndParamMessage (innerErr) {
150 return ono(innerErr, "Testing", 1, "2", "3");
151 }
152
153 let err = newErrorWithInnerErrorAndParamMessage(makeInnerError());
154

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…