Files
laravel-data-sync/vendor/guzzlehttp/promises/src/CancellationException.php
2019-01-22 17:58:20 -05:00

10 lines
182 B
PHP

<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}