(error: Error, message: string, detail: any)
| 88 | // Error handler delegate |
| 89 | |
| 90 | handleError(error: Error, message: string, detail: any) { |
| 91 | this.application.handleError(error, message, detail) |
| 92 | } |
| 93 | |
| 94 | // Scope observer delegate |
| 95 |
nothing calls this directly
no test coverage detected