MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / constructor

Method constructor

apps/web/server/exceptions.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36export class CredentialsSignin extends HttpException {
37 constructor() {
38 super(401, 'CredentialsSignin');
39 }
40}
41
42export class NotImplemented extends HttpException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected