MCPcopy Create free account
hub / github.com/Roy3838/Observer / constructor

Method constructor

app/src/utils/sendApi.ts:232–235  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

230
231export class UnauthorizedError extends Error {
232 constructor(message: string) {
233 super(message);
234 this.name = 'UnauthorizedError';
235 }
236}
237
238/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected