source:
vendor/guzzlehttp/promises/src/CancellationException.php
Last change on this file was e3d4e0a, checked in by , 7 days ago | |
---|---|
|
|
File size: 209 bytes |
Rev | Line | |
---|---|---|
[e3d4e0a] | 1 | <?php |
2 | ||
3 | declare(strict_types=1); | |
4 | ||
5 | namespace GuzzleHttp\Promise; | |
6 | ||
7 | /** | |
8 | * Exception that is set as the reason for a promise that has been cancelled. | |
9 | */ | |
10 | class CancellationException extends RejectionException | |
11 | { | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.