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