MCPcopy Create free account
hub / github.com/VanishMax/foton / constructor

Method constructor

packages/core/src/shared/errors/syntax-errors.ts:2–5  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1export class SyntaxError extends Error {
2 constructor(message: string) {
3 super(message);
4 this.name = 'SyntaxError';
5 }
6}
7
8export class ConnectFunctionUnavailableError extends SyntaxError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected