| Current Path : /home/happyrenas/fun/vendor_old_20260304_105614/guzzlehttp/promises/src/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/fun/vendor_old_20260304_105614/guzzlehttp/promises/src/CancellationException.php |
<?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
{
}