Your IP : 3.144.248.150


Current Path : /home/lentoinv/lentoria.com/vendor/guzzlehttp/promises/src/
Upload File :
Current File : /home/lentoinv/lentoria.com/vendor/guzzlehttp/promises/src/CancellationException.php

<?php

namespace GuzzleHttp\Promise;

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

?>