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:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
export
class
InvalidCsrf extends HttpException {
31
constructor() {
32
super(400,
'InvalidCsrf'
);
33
}
34
}
35
36
export
class
CredentialsSignin extends HttpException {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected