You are here

class CancellationException in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/promises/src/CancellationException.php \GuzzleHttp\Promise\CancellationException

Exception that is set as the reason for a promise that has been cancelled.

Hierarchy

Expanded class hierarchy of CancellationException

1 file declares its use of CancellationException
PromiseTest.php in vendor/guzzlehttp/promises/tests/PromiseTest.php

File

vendor/guzzlehttp/promises/src/CancellationException.php, line 7

Namespace

GuzzleHttp\Promise
View source
class CancellationException extends RejectionException {

}

Members

Namesort descending Modifiers Type Description Overrides
RejectionException::$reason private property @var mixed Rejection reason.
RejectionException::getReason public function Returns the rejection reason.
RejectionException::__construct public function 1