| 1 | import { describe, expect, test } from 'vitest'; |
| 2 | import type { ExtendedError } from '../../../src/types/error'; |
| 3 | import type { Event, EventHint } from '../../../src/types/event'; |
| 4 | import type { Exception } from '../../../src/types/exception'; |
nothing calls this directly
no test coverage detected