Kilian Hofmann d8c489c714 Vendor
2021-06-01 19:55:55 +02: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
{
}