Home
last modified time | relevance | path

Searched defs:CancelledFutureAccessException (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Exception/
H A DCancelledFutureAccessException.php4 class CancelledFutureAccessException extends RingException implements CancelledException {} class
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php4 use GuzzleHttp\Ring\Exception\CancelledFutureAccessException; alias