MCPcopy Create free account
hub / github.com/Power-Playground/app / constructor

Method constructor

core/src/utils/createProviderMaker.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19export class StopThisTimeError extends Error {
20 constructor() {
21 super('stop this time')
22 }
23 static instance = new StopThisTimeError()
24}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected