mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-09 21:37:59 +05:30
Added ClientException
This commit is contained in:
parent
cab721923a
commit
74f48d28a4
8
src/OAuth2/Exception/ClientException.php
Normal file
8
src/OAuth2/Exception/ClientException.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace OAuth2\Exception;
|
||||||
|
|
||||||
|
class ClientException extends OAuth2Exception
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user