MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Exceptions.ts:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 * Thrown when a traversal step exceeds the configured iteration limit.
78 */
79export class MaxIterationsExceededError extends GraphError {
80 public readonly limit: number;
81 public readonly step: string;
82

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected