MCPcopy Index your code
hub / github.com/mobxjs/mobx / toString

Method toString

packages/mobx/src/api/flow.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 toString() {
28 return `Error: ${this.message}`
29 }
30}
31
32export function isFlowCancellationError(error: Error) {

Callers 2

storeAnnotationFunction · 0.45
assertNotDecoratedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected