class CoreException in Auth0 Single Sign On 8.2
Represents all errors generated by SDK itself.
Hierarchy
- class \Auth0\SDK\Exception\CoreException extends \Auth0\SDK\Exception\Exception
Expanded class hierarchy of CoreException
18 files declare their use of CoreException
- Auth0.php in vendor/
auth0/ auth0-php/ src/ Auth0.php - Auth0Test.php in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - ClientGrants.php in vendor/
auth0/ auth0-php/ src/ API/ Management/ ClientGrants.php - ClientGrantsTest.php in vendor/
auth0/ auth0-php/ tests/ API/ Management/ ClientGrantsTest.php - EmailTemplates.php in vendor/
auth0/ auth0-php/ src/ API/ Management/ EmailTemplates.php
File
- vendor/
auth0/ auth0-php/ src/ Exception/ CoreException.php, line 8
Namespace
Auth0\SDK\ExceptionView source
class CoreException extends \Exception {
}