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

Function getSampleError

test/utils/host.js:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71});
72
73function getSampleError () {
74 return new Error("THIS IS THE MESSAGE");
75}
76
77function getSampleCustomError () {
78 class MyCustomError extends Error {}

Callers 1

host.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…