Class ClientException
Represents an exception for the client.
-
Exception
-
League\OAuth2\Client\Provider\Exception\IdentityProviderException
-
Docta\MercadoLibre\Exception\ClientException
Methods summary
public
string|null
|
#
getError( )
Returns the short error message
Returns the short error message
Returns
string|null
|
public
array|null
|
#
getCause( )
Returns causes of error
Returns
array|null
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|