Usually called from Fatal. When called from Fatal, if this method returns true, Fatal should panic, otherwise it should not.
(from string, err error)
| 12 | // Usually called from Fatal. When called from Fatal, if this method returns |
| 13 | // true, Fatal should panic, otherwise it should not. |
| 14 | ReportError(from string, err error) |
| 15 | Fatal(from string, err error) |
| 16 | } |
| 17 |
no outgoing calls
no test coverage detected