Files
lulandia.pl/modules/pdgoogleanalytycs4pro/vendor/guzzlehttp/promises/src/CancellationException.php
2025-04-01 00:38:54 +02:00

13 lines
210 B
PHP

<?php
declare(strict_types=1);
namespace GuzzleHttp7\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}