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

Class

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

Source from the content-addressed store, hash-verified

94 * Thrown when a collection operation exceeds the configured size limit.
95 */
96export class MemoryLimitExceededError extends GraphError {
97 public readonly limit: number;
98 public readonly actual: number;
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected