Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SkalskiP/make-sense
/
Class
src/utils/ArrayUtil.ts:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export
class
EmptyArrayError extends Error {
14
constructor() {
15
super(
'Given array is empty.'
);
16
this.name =
'EmptyArrayError'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected