mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-18 17:42:54 +05:30
24 lines
323 B
PHP
24 lines
323 B
PHP
<?php
|
|
|
|
namespace LNCD\OAuth2server;
|
|
|
|
class OAuthSererClientException extends Exception {}
|
|
|
|
class OAuthServerUserException extends Exception {}
|
|
|
|
class OAuthServerException extends Exception {}
|
|
|
|
class Server
|
|
{
|
|
|
|
public function __construct()
|
|
{
|
|
|
|
}
|
|
|
|
public function registerDbAbstractor()
|
|
{
|
|
|
|
}
|
|
|
|
} |