MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

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

Source from the content-addressed store, hash-verified

27}
28
29class 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.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected