You are here

class ApiException in Auth0 Single Sign On 8.2

Represents all errors returned by the server

Hierarchy

  • class \Auth0\SDK\Exception\ApiException extends \Auth0\SDK\Exception\Exception

Expanded class hierarchy of ApiException

6 files declare their use of ApiException
Auth0.php in vendor/auth0/auth0-php/src/Auth0.php
Auth0Test.php in vendor/auth0/auth0-php/tests/Auth0Test.php
Authentication.php in vendor/auth0/auth0-php/src/API/Authentication.php
Oauth2Client.php in vendor/auth0/auth0-php/src/API/Oauth2Client.php
PasswordGrantTest.php in vendor/auth0/auth0-php/tests/API/Authentication/PasswordGrantTest.php

... See full list

File

vendor/auth0/auth0-php/src/Exception/ApiException.php, line 8

Namespace

Auth0\SDK\Exception
View source
class ApiException extends \Exception {

}

Members