MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/core/src/language/invariants.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7export class InvariantViolationError extends Error {
8 constructor(type: InvariantViolationType, msg: string) {
9 super(msg)
10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected