You are here

ApiException.php in Auth0 Single Sign On 8.2

File

vendor/auth0/auth0-php/src/Exception/ApiException.php
View source
<?php

namespace Auth0\SDK\Exception;


/**
 * Represents all errors returned by the server
 */
class ApiException extends \Exception {

}

Classes

Namesort descending Description
ApiException Represents all errors returned by the server