aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/service
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-11 14:51:42 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-10-11 14:52:07 +0200
commitd310c17c7ffc6c03ed483b9ee870bd4a0fcaa1ff (patch)
treeea0b3338d06c006508d65b834b75a655b93d767d /phpBB/phpbb/auth/provider/oauth/service
parent659236a32f58946a501d3fb9f04ba83ed91ef369 (diff)
downloadforums-d310c17c7ffc6c03ed483b9ee870bd4a0fcaa1ff.tar
forums-d310c17c7ffc6c03ed483b9ee870bd4a0fcaa1ff.tar.gz
forums-d310c17c7ffc6c03ed483b9ee870bd4a0fcaa1ff.tar.bz2
forums-d310c17c7ffc6c03ed483b9ee870bd4a0fcaa1ff.tar.xz
forums-d310c17c7ffc6c03ed483b9ee870bd4a0fcaa1ff.zip
[ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.
PHPBB3-11908
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/service')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/service/exception.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/exception.php b/phpBB/phpbb/auth/provider/oauth/service/exception.php
index 23d3387951..0c6cba9fb8 100644
--- a/phpBB/phpbb/auth/provider/oauth/service/exception.php
+++ b/phpBB/phpbb/auth/provider/oauth/service/exception.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb\auth\provider\oauth\service;
+
/**
* @ignore
*/
@@ -20,6 +22,6 @@ if (!defined('IN_PHPBB'))
*
* @package auth
*/
-class phpbb_auth_provider_oauth_service_exception extends RuntimeException
+class exception extends \RuntimeException
{
}