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

Method constructor

src/utils/errors.ts:13–16  ·  view source on GitHub ↗
(message?: string)

Source from the content-addressed store, hash-verified

11
12export class AbortError extends Error {
13 constructor(message?: string) {
14 super(message)
15 this.name = 'AbortError'
16 }
17}
18
19/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected