| 128 | } |
| 129 | |
| 130 | class ConsoleWriter implements TraceWriter { |
| 131 | public write(message: any, category: string, type?: number): void; |
| 132 | } |
| 133 | |
| 134 | export class DefaultErrorHandler implements TraceErrorHandler { |
| 135 | handlerError(error: any): void; |
nothing calls this directly
no outgoing calls
no test coverage detected