You are here

CoreException.php in Auth0 Single Sign On 8.2

File

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

namespace Auth0\SDK\Exception;


/**
 * Represents all errors generated by SDK itself.
 */
class CoreException extends \Exception {

}

Classes

Namesort descending Description
CoreException Represents all errors generated by SDK itself.