MCPcopy Create free account
hub / github.com/nodejs/undici / constructor

Method constructor

docs/examples/proxy/proxy.js:293–295  ·  view source on GitHub ↗
(message = STATUS_CODES[508])

Source from the content-addressed store, hash-verified

291
292class LoopDetected extends Error {
293 constructor (message = STATUS_CODES[508]) {
294 super(message)
295 }
296
297 toString () {
298 return `LoopDetectedError: ${this.message}`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected