You are here

private property RejectionException::$reason in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/promises/src/RejectionException.php \GuzzleHttp\Promise\RejectionException::reason

@var mixed Rejection reason.

File

vendor/guzzlehttp/promises/src/RejectionException.php, line 12

Class

RejectionException
A special exception that is thrown when waiting on a rejected promise.

Namespace

GuzzleHttp\Promise

Code

private $reason;