| 76 | * This is a user error (exit code 2), not a runtime error. |
| 77 | */ |
| 78 | export class MissingIntegrationError extends Error { |
| 79 | readonly missingIntegrations: string[] |
| 80 | |
| 81 | constructor(message: string, missingIntegrations: string[]) { |
nothing calls this directly
no outgoing calls
no test coverage detected