Your IP : 18.223.210.196


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/guzzlehttp/promises/src/
Upload File :
Current File : //home/lentoinv/test.api.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
{
}

?>