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

Method constructor

src/services/api/filesApi.ts:556–559  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

554/** Error class for non-retriable upload failures */
555class UploadNonRetriableError extends Error {
556 constructor(message: string) {
557 super(message)
558 this.name = 'UploadNonRetriableError'
559 }
560}
561
562/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected