1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

[feature/controller] Rename improperly named controller exception class

PHPBB3-10864
This commit is contained in:
David King 2012-11-16 09:43:08 -05:00
parent 7691755883
commit 74bc460493

View File

@ -19,6 +19,6 @@ if (!defined('IN_PHPBB'))
* Controller exception class
* @package phpBB3
*/
class phpbb_controller_provider extends RuntimeException
class phpbb_controller_exception extends RuntimeException
{
}