Files
sklzypan/vendor/guzzlehttp/promises/src/CancellationException.php
T
liut 78fa827ef7 1
2021-10-12 11:11:57 +08:00

11 lines
183 B
PHP

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