spqr/vendor/guzzlehttp/promises/src/CancellationException.php

11 lines
183 B
PHP
Raw Normal View History

2024-11-05 12:10:06 +08:00
<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}