[feature/oauth] Update comment on oauth service exception

PHPBB3-16673
This commit is contained in:
Joseph Warner 2013-08-24 22:17:15 -04:00
parent 265a3a3552
commit 2090a5020c

View file

@ -1,8 +1,8 @@
<?php <?php
/** /**
* *
* @package controller * @package auth
* @copyright (c) 2012 phpBB Group * @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @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 * OAuth service exception class
* @package phpBB3 *
* @package auth
*/ */
class phpbb_auth_provider_oauth_service_exception extends RuntimeException class phpbb_auth_provider_oauth_service_exception extends RuntimeException
{ {