| 94 | * Thrown when a collection operation exceeds the configured size limit. |
| 95 | */ |
| 96 | export class MemoryLimitExceededError extends GraphError { |
| 97 | public readonly limit: number; |
| 98 | public readonly actual: number; |
| 99 |
nothing calls this directly
no outgoing calls
no test coverage detected