| 18 | ) |
| 19 | |
| 20 | type CustomErrorHandler struct{} |
| 21 | |
| 22 | func (*CustomErrorHandler) HandleError(ctx context.Context, job *rivertype.JobRow, err error) *river.ErrorHandlerResult { |
| 23 | fmt.Printf("Job errored with: %s\n", err) |
nothing calls this directly
no outgoing calls
no test coverage detected