mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-08-04 04:33:13 +05:30
Added ClientException
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth2\Exception;
|
||||
|
||||
class ClientException extends OAuth2Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user