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

Exceptions

  • IdentityProviderException
  • Overview
  • Namespace
  • Class
  • Download

Class IdentityProviderException

Exception thrown if the provider response contains errors.

Exception
Extended by League\OAuth2\Client\Provider\Exception\IdentityProviderException

Direct known subclasses

Docta\MercadoLibre\Exception\ClientException
Namespace: League\OAuth2\Client\Provider\Exception
Located at src/Provider/Exception/IdentityProviderException.php
Methods summary
public
# __construct( string $message, integer $code, array|string $response )

Parameters

$message
$code
$response
The response body

Overrides

Exception::__construct()
public array|string
# getResponseBody( )

Returns the exception's response body.

Returns the exception's response body.

Returns

array|string
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
protected mixed $response
#
Properties inherited from Exception
$code, $file, $line, $message
MercadoLibre PHP SDK API documentation generated by ApiGen