/home/mip/mip/public/img/credit/datatables/CancellationException.php.tar
home/mip/mip/vendor/guzzlehttp/promises/src/CancellationException.php000064400000000321151520662710022200 0ustar00<?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
{
}