MCPcopy
hub / github.com/zws-im/zws / toString

Method toString

src/server/errors.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 toString() {
11 return `${this.name} [${this.code}]: ${this.message}` as const;
12 }
13}
14
15/** When a user attempted to access a shortened URL that couldn't be found. */

Callers 3

logConfigFunction · 0.80
encodeFunction · 0.80
getRouteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected