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

Function createOriginalError

test/specs/ono-extend.spec.js:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 function createOriginalError () {
103 return new RangeError("Bad range");
104 }
105
106 let originalError = createOriginalError();
107 let error = createServerError(originalError);

Callers 1

ono-extend.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…