| 53 | |
| 54 | /** Thrown by initialize(); carries a typed reason for the diag classifier. */ |
| 55 | export class CCRInitError extends Error { |
| 56 | constructor(readonly reason: CCRInitFailReason) { |
| 57 | super(`CCRClient init failed: ${reason}`) |
| 58 | } |
nothing calls this directly
no outgoing calls
no test coverage detected