MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

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

Source from the content-addressed store, hash-verified

19
20// Custom error classes for domain blocking
21class DomainBlockedError extends Error {
22 constructor(domain: string) {
23 super(`Claude Code is unable to fetch from ${domain}`)
24 this.name = 'DomainBlockedError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected