1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge remote-tracking branch 'bantu/ticket/11908' into develop

# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11908:
  [ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.
This commit is contained in:
Dhruv
2013-10-11 19:18:17 +05:30

View File

@@ -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
{ {
} }