| 45 | } |
| 46 | |
| 47 | export class MetadataMismatchError extends Error { |
| 48 | constructor(metadata: string, expected: string, actual: string) { |
| 49 | super( |
| 50 | `Value of ${metadata} does not match across all endpoints\n |
nothing calls this directly
no outgoing calls
no test coverage detected