mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[feature/controller] Rename improperly named controller exception class
PHPBB3-10864
This commit is contained in:
parent
7691755883
commit
74bc460493
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue