2012-07-06 16:44:07 +01:00

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()
{
}
}