Searched refs:SeekException (Results 1 – 10 of 10) sorted by relevance
4 use GuzzleHttp\Stream\Exception\SeekException; alias13 $e = new SeekException($s, 10);
4 use GuzzleHttp\Stream\Exception\SeekException; alias41 * @throws SeekException When seeking with SEEK_END or when seeking56 throw new SeekException(
4 use GuzzleHttp\Stream\Exception\SeekException; alias107 * @throws SeekException117 throw new SeekException($this, $offset);
4 use GuzzleHttp\Stream\Exception\SeekException; alias129 * @throws SeekException139 throw new SeekException($stream);
9 class SeekException extends \RuntimeException class
9 class SeekException extends \RuntimeException implements GuzzleException class
4 use GuzzleHttp\Stream\Exception\SeekException; alias91 $this->expectException(SeekException::class);
4 use GuzzleHttp\Stream\Exception\SeekException; alias129 $this->expectException(SeekException::class);
18 - Class `GuzzleHttp\Exception\SeekException` is removed.
286 * Class `SeekException` [#2162](https://github.com/guzzle/guzzle/pull/2162)