Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
function
getSampleError () {
74
return
new
Error(
"THIS IS THE MESSAGE"
);
75
}
76
77
function
getSampleCustomError () {
78
class
MyCustomError extends Error {}
Callers
1
host.js
File · 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…