mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.
PHPBB3-11908
This commit is contained in:
parent
659236a32f
commit
d310c17c7f
@ -7,6 +7,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace phpbb\auth\provider\oauth\service;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ignore
|
* @ignore
|
||||||
*/
|
*/
|
||||||
@ -20,6 +22,6 @@ if (!defined('IN_PHPBB'))
|
|||||||
*
|
*
|
||||||
* @package auth
|
* @package auth
|
||||||
*/
|
*/
|
||||||
class phpbb_auth_provider_oauth_service_exception extends RuntimeException
|
class exception extends \RuntimeException
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user