mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Added ServerException
This commit is contained in:
parent
bc74aff46d
commit
40490db27f
20
src/League/OAuth2/Server/Exception/ServerException.php
Normal file
20
src/League/OAuth2/Server/Exception/ServerException.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* OAuth 2.0 Server Exception
|
||||
*
|
||||
* @package php-loep/oauth2-server
|
||||
* @author Alex Bilbie <hello@alexbilbie.com>
|
||||
* @copyright Copyright (c) 2013 PHP League of Extraordinary Packages
|
||||
* @license http://mit-license.org/
|
||||
* @link http://github.com/php-loep/oauth2-server
|
||||
*/
|
||||
|
||||
namespace League\OAuth2\Server\Exception;
|
||||
|
||||
/**
|
||||
* Server Exception
|
||||
*/
|
||||
class ServerException extends OAuth2Exception
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user