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:49–51 ·
view source on GitHub ↗
(reason?: string)
Source
from the content-addressed store, hash-verified
47
48
export
class
BadRequest extends HttpException {
49
constructor(reason?: string) {
50
super(400, reason ||
'BadRequest'
);
51
}
52
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected