| 6 | * optional method fails loud instead of silently no-opping. |
| 7 | */ |
| 8 | export class UnsupportedCapabilityError extends Error { |
| 9 | readonly provider: string |
| 10 | readonly capability: string |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected