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

Class StopThisTimeError

core/src/utils/createProviderMaker.ts:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17] as WatchEventKeys[]
18
19export class StopThisTimeError extends Error {
20 constructor() {
21 super('stop this time')
22 }
23 static instance = new StopThisTimeError()
24}
25
26export function isWhatArgs<
27 T extends WatchEventKeys | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected