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 ConnectException

Exception thrown when a connection cannot be established.

Note that no response is present for a ConnectException

Exception
Extended by RuntimeException
Extended by GuzzleHttp\Exception\TransferException implements GuzzleHttp\Exception\GuzzleException
Extended by GuzzleHttp\Exception\RequestException
Extended by GuzzleHttp\Exception\ConnectException
Namespace: GuzzleHttp\Exception
Located at src/Exception/ConnectException.php
Methods summary
public
# __construct( $message, Psr\Http\Message\RequestInterface $request, Exception $previous = null, array $handlerContext = [] )

Overrides

GuzzleHttp\Exception\RequestException::__construct()
public null
# getResponse( )

Returns

null

Overrides

GuzzleHttp\Exception\RequestException::getResponse()
public boolean
# hasResponse( )

Returns

boolean

Overrides

GuzzleHttp\Exception\RequestException::hasResponse()
Methods inherited from GuzzleHttp\Exception\RequestException
create(), getHandlerContext(), getRequest(), getResponseBodySummary(), wrapException()
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