mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Created an abstract class
This commit is contained in:
parent
96435463bc
commit
ad26632a71
@ -24,6 +24,8 @@ namespace oauth2server;
|
||||
|
||||
use oauth2server\OAuth2ServerDatabase;
|
||||
|
||||
abstract class ServerDB implements OAuth2ServerDatabase {}
|
||||
|
||||
class OAuthServerClientException extends \Exception {}
|
||||
|
||||
class OAuthServerUserException extends \Exception {}
|
||||
|
Loading…
Reference in New Issue
Block a user