( report: FrontendErrorReporter, cause: Cause.Cause<unknown>, context: FrontendErrorContext, )
| 91 | }; |
| 92 | |
| 93 | export const reportCauseFailure = ( |
| 94 | report: FrontendErrorReporter, |
| 95 | cause: Cause.Cause<unknown>, |
| 96 | context: FrontendErrorContext, |
| 97 | ): void => { |
| 98 | report(cause, context); |
| 99 | }; |