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