Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanishMax/foton
/
Class
packages/core/src/shared/errors/syntax-errors.ts:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
class
SyntaxError extends Error {
2
constructor(message: string) {
3
super(message);
4
this.name =
'SyntaxError'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected