ApiException.php in Auth0 Single Sign On 8.2
Namespace
Auth0\SDK\ExceptionFile
vendor/auth0/auth0-php/src/Exception/ApiException.phpView source
<?php
namespace Auth0\SDK\Exception;
/**
* Represents all errors returned by the server
*/
class ApiException extends \Exception {
}
Classes
Name | Description |
---|---|
ApiException | Represents all errors returned by the server |