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

Method constructor

src/memdir/teamMemPaths.ts:11–14  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

9 */
10export class PathTraversalError extends Error {
11 constructor(message: string) {
12 super(message)
13 this.name = 'PathTraversalError'
14 }
15}
16
17/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected