mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 13:46:33 +02:00
[feature/controller] Rename improperly named controller exception class
PHPBB3-10864
This commit is contained in:
@ -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
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user