| 16 | } |
| 17 | |
| 18 | type PanicErrorHandler struct { |
| 19 | Ferry *Ferry |
| 20 | ErrorCallback HTTPCallback |
| 21 | DumpStateToStdoutOnError bool |
| 22 | errorCount int32 |
| 23 | } |
| 24 | |
| 25 | func (this *PanicErrorHandler) ReportError(from string, err error) { |
| 26 | logger := LogWithField("tag", "error_handler") |
nothing calls this directly
no outgoing calls
no test coverage detected