Home
last modified time | relevance | path

Searched refs:CancelledFutureAccessException (Results 1 – 2 of 2) sorted by last modified time

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php4 use GuzzleHttp\Ring\Exception\CancelledFutureAccessException; alias
97 $this->error = new CancelledFutureAccessException();
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Exception/
H A DCancelledFutureAccessException.php4 class CancelledFutureAccessException extends RingException implements CancelledException {} class