(options: {
readonly cause: Cause.Cause<unknown>
readonly fiber: Fiber.Fiber<unknown, unknown>
readonly timestamp: bigint
})
| 76 | export interface ErrorReporter { |
| 77 | readonly [TypeId]: TypeId |
| 78 | report(options: { |
| 79 | readonly cause: Cause.Cause<unknown> |
| 80 | readonly fiber: Fiber.Fiber<unknown, unknown> |
| 81 | readonly timestamp: bigint |
no outgoing calls
no test coverage detected