| 253 | * `.message` for user-facing output. |
| 254 | */ |
| 255 | export class EngineInvocationError extends Error { |
| 256 | readonly engine: string; |
| 257 | readonly bin: string; |
| 258 | readonly stderr: string; |
nothing calls this directly
no outgoing calls
no test coverage detected