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

Function createServerError

test/specs/ono-extend.spec.js:98–100  ·  view source on GitHub ↗
(originalError)

Source from the content-addressed store, hash-verified

96 }
97
98 function createServerError (originalError) {
99 return new ServerError(originalError, "POST", "/customers/123456");
100 }
101
102 function createOriginalError () {
103 return new RangeError("Bad range");

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…