Overview

Namespaces

  • Docta
    • MercadoLibre
      • Exception
      • OAuth2
        • Client
          • Test
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
      • Test
      • Tests
    • Psr7
    • Test
      • Handler
    • Tests
      • CookieJar
      • Event
      • Exception
      • Handler
      • Promise
      • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Test
          • Grant
          • Provider
            • Exception
            • Fake
          • Token
          • Tool
        • Token
        • Tool
  • None
  • Psr
    • Http
      • Message

Interfaces

  • GuzzleException

Exceptions

  • BadResponseException
  • ClientException
  • ConnectException
  • RequestException
  • SeekException
  • ServerException
  • TooManyRedirectsException
  • TransferException
  • Overview
  • Namespace
  • Class
  • Download

Class SeekException

Exception thrown when a seek fails on a stream.

Exception
Extended by RuntimeException
Extended by GuzzleHttp\Exception\SeekException implements GuzzleHttp\Exception\GuzzleException
Namespace: GuzzleHttp\Exception
Located at src/Exception/SeekException.php
Methods summary
public
# __construct( Psr\Http\Message\StreamInterface $stream, $pos = 0, $msg = '' )

Overrides

Exception::__construct()
public Psr\Http\Message\StreamInterface
# getStream( )

Returns

Psr\Http\Message\StreamInterface
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Magic methods inherited from GuzzleHttp\Exception\GuzzleException
getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
MercadoLibre PHP SDK API documentation generated by ApiGen