MCPcopy
hub / github.com/heroku/react-refetch / catch

Method catch

src/PromiseState.js:129–131  ·  view source on GitHub ↗
(onRejected)

Source from the content-addressed store, hash-verified

127 // the reason and meta as parameters. Note, unlike Promise.catch(),
128 // this handlers is called immediately.
129 catch(onRejected) {
130 return this.then(undefined, onRejected)
131 }
132}

Callers 2

Calls 1

thenMethod · 0.95

Tested by

no test coverage detected