mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/oauth] Update comment on oauth service exception
PHPBB3-16673
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user