Current File : /var/www/prestashop/modules/ps_accounts/vendor/guzzlehttp/promises/src/CancellationException.php
<?php

namespace PrestaShop\Module\PsAccounts\Vendor\GuzzleHttp\Promise;

/**
 * Exception that is set as the reason for a promise that has been cancelled.
 */
class CancellationException extends RejectionException
{
}