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:
parent
7691755883
commit
74bc460493
@ -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
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user