ErrLookup › guzzle/promises

guzzle/promises

Promises/A+ library for PHP with synchronous support · PHP · 17 source files

Analyzed at 42118e66a5 on 2026-09-14. 12 documented errors.

Code / MessageTypeSeverityTags
Cannot resolve a fulfilled promise
exception error promises, state, immutability, guzzle
should never be serialized
exception error serialization, promises, guzzle
Not enough promises to fulfill count
exception error promises, aggregate-exception, guzzle
Cannot reject a rejected promise
exception error promises, state, immutability, guzzle
should never be unserialized
exception error serialization, unserialize, promises, guzzle
exceptionFor($this->result)
exception error promise, rejection, unhandled-rejection, wait, guzzle-promises
You cannot create a RejectedPromise with a promise.
exception error promises, constructor, type-mismatch, guzzle
You cannot create a FulfilledPromise with a promise.
exception error promises, constructor, type-mismatch, guzzle
exceptionFor($this->reason)
exception error promise, rejection, rejected-promise, wait, guzzle-promises
Cannot fulfill or reject a promise with itself
exception error promises, self-reference, guzzle
Cannot resolve a rejected promise
exception error promises, state, immutability, guzzle
Cannot reject a fulfilled promise
exception error promises, state, immutability, guzzle