Lines Matching refs:rejected
71 echo 'The promise was rejected.';
85 all of the onFulfilled callbacks (resolving a promise with a rejected promise
140 When a promise is rejected, the `$onRejected` callbacks are invoked with the
192 does not return a rejected promise, downstream `$onFulfilled` callbacks are
231 the promise is rejected with the exception and the exception is thrown.
250 Calling `wait` on a promise that has been rejected will throw an exception. If
261 …ion 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo'
267 promise if it was fulfilled or throw an exception if it was rejected). This is
339 fulfilled promise or if an exception is thrown if the promise is rejected.
352 `rejected`.
382 A rejected promise can be created to represent a promise that has been
383 rejected.
478 When a promise is fulfilled or rejected with a non-promise value, the promise
540 | `is_rejected` | `Is::rejected` |