aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/service/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/service/exception.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/service/exception.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/exception.php b/phpBB/phpbb/auth/provider/oauth/service/exception.php
index c2749f571a..23d3387951 100644
--- a/phpBB/phpbb/auth/provider/oauth/service/exception.php
+++ b/phpBB/phpbb/auth/provider/oauth/service/exception.php
@@ -1,8 +1,8 @@
<?php
/**
*
-* @package controller
-* @copyright (c) 2012 phpBB Group
+* @package auth
+* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
@@ -17,7 +17,8 @@ if (!defined('IN_PHPBB'))
/**
* OAuth service exception class
-* @package phpBB3
+*
+* @package auth
*/
class phpbb_auth_provider_oauth_service_exception extends RuntimeException
{