| 27 | // --------------------------------------------------------------------------- |
| 28 | |
| 29 | class TestExecutionError extends Data.TaggedError("TestExecutionError")<{ |
| 30 | readonly message: string; |
| 31 | }> {} |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected