| 268 | name: 'UnknownNodeError' |
| 269 | } |
| 270 | export class UnknownNodeError extends BaseError { |
| 271 | constructor({ cause }: { cause?: BaseError | undefined }) { |
| 272 | super(`An error occurred while executing: ${cause?.shortMessage}`, { |
| 273 | cause, |
nothing calls this directly
no outgoing calls
no test coverage detected