mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-17 18:49:46 +05:30
Extend the default PHP Exception class
This commit is contained in:
parent
7edb832c45
commit
8b7b70f432
@ -22,11 +22,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
namespace OAuth2;
|
namespace OAuth2;
|
||||||
|
|
||||||
class OAuthServerClientException extends Exception {}
|
class OAuthServerClientException extends \Exception {}
|
||||||
|
|
||||||
class OAuthServerUserException extends Exception {}
|
class OAuthServerUserException extends \Exception {}
|
||||||
|
|
||||||
class OAuthServerException extends Exception {}
|
class OAuthServerException extends \Exception {}
|
||||||
|
|
||||||
class Server
|
class Server
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user