Registers a rejection handler. Equivalent to then(null, onRejected). Similar to the catch method in JavaScript promises.
See Implementation
Registers a rejection handler. Equivalent to then(null, onRejected). Similar to the catch method in JavaScript promises.