| 27 | } |
| 28 | |
| 29 | class DomainCheckFailedError extends Error { |
| 30 | constructor(domain: string) { |
| 31 | super( |
| 32 | `Unable to verify if domain ${domain} is safe to fetch. This may be due to network restrictions or enterprise security policies blocking remote sessions.`, |
nothing calls this directly
no outgoing calls
no test coverage detected