Overview

Namespaces

  • Docta
    • MercadoLibre
      • OAuth2
        • Client
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
    • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Token
        • Tool
  • Psr
    • Http
      • Message

Interfaces

  • GuzzleException

Exceptions

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

Class BadResponseException

Exception when an HTTP error occurs (4xx or 5xx error)

Exception
Extended by RuntimeException
Extended by GuzzleHttp\Exception\TransferException implements GuzzleHttp\Exception\GuzzleException
Extended by GuzzleHttp\Exception\RequestException
Extended by GuzzleHttp\Exception\BadResponseException

Direct known subclasses

GuzzleHttp\Exception\ClientException, GuzzleHttp\Exception\ServerException
Namespace: GuzzleHttp\Exception
Located at src/Exception/BadResponseException.php
Methods summary
public
# __construct( $message, Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response = null, Exception $previous = null, array $handlerContext = [] )

Overrides

GuzzleHttp\Exception\RequestException::__construct()
Methods inherited from GuzzleHttp\Exception\RequestException
create(), getHandlerContext(), getRequest(), getResponse(), getResponseBodySummary(), hasResponse(), 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 Provider for OAuth 2.0 Client API documentation generated by ApiGen