D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
psa-roundcube
/
vendor
/
guzzlehttp
/
promises
/
src
/
Filename :
CancellationException.php
back
Copy
<?php declare(strict_types=1); namespace GuzzleHttp\Promise; /** * Exception that is set as the reason for a promise that has been cancelled. */ class CancellationException extends RejectionException { }