Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/
Class
apps/web/server/exceptions.ts:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
export
class
NotImplemented extends HttpException {
43
constructor() {
44
super(501,
'NotImplemented'
);
45
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected