Files
tryno10/app/code/vendor/guzzlehttp/promises/src/CancellationException.php
T
2022-04-07 16:21:17 +05:30

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
{
}