Files
juipphp/vendor/guzzlehttp/promises/src/CancellationException.php
“wanyongkang” f3c7432100 京东云
2024-05-28 17:04:50 +08:00

11 lines
183 B
PHP

<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}