mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Created an abstract class
This commit is contained in:
@@ -24,6 +24,8 @@ namespace oauth2server;
|
||||
|
||||
use oauth2server\OAuth2ServerDatabase;
|
||||
|
||||
abstract class ServerDB implements OAuth2ServerDatabase {}
|
||||
|
||||
class OAuthServerClientException extends \Exception {}
|
||||
|
||||
class OAuthServerUserException extends \Exception {}
|
||||
|
Reference in New Issue
Block a user