Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor-1/guzzlehttp/promises/src/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor-1/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
{
}