Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
DSeekExceptionTest.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
13 $e = new SeekException($s, 10);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DCachingStream.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
41 * @throws SeekException When seeking with SEEK_END or when seeking
56 throw new SeekException(
DLimitStream.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
107 * @throws SeekException
117 throw new SeekException($this, $offset);
DUtils.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
129 * @throws SeekException
139 throw new SeekException($stream);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
DSeekException.php9 class SeekException extends \RuntimeException class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
DSeekException.php9 class SeekException extends \RuntimeException implements GuzzleException class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DLimitStreamTest.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
91 $this->expectException(SeekException::class);
DUtilsTest.php4 use GuzzleHttp\Stream\Exception\SeekException; alias
129 $this->expectException(SeekException::class);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md18 - Class `GuzzleHttp\Exception\SeekException` is removed.
DCHANGELOG.md286 * Class `SeekException` [#2162](https://github.com/guzzle/guzzle/pull/2162)