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

Class

packages/llm/src/utils/error.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class Unauthorized extends Error {
2 status = 401;
3 message = 'Unauthorized';
4}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected