MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/tools/WebFetchTool/utils.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28class DomainCheckFailedError extends Error {
29 constructor(domain: string) {
30 super(
31 `Unable to verify if domain ${domain} is safe to fetch. This may be due to network restrictions or enterprise security policies blocking claude.ai.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected