Home
last modified time | relevance | path

Searched refs:SeekException (Results 1 – 8 of 8) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
13 $e = new SeekException($s, 10);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
41 * @throws SeekException When seeking with SEEK_END or when seeking
56 throw new SeekException(
H A DLimitStream.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
107 * @throws SeekException
117 throw new SeekException($this, $offset);
H A DUtils.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
129 * @throws SeekException
139 throw new SeekException($stream);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php9 class SeekException extends \RuntimeException class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php9 class SeekException extends \RuntimeException implements GuzzleException class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
91 $this->expectException(SeekException::class);
H A DUtilsTest.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
129 $this->expectException(SeekException::class);