mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13740] Fix CS and extend phpbb extensions
[ci skip] PHPBB3-13740
This commit is contained in:
@@ -13,10 +13,12 @@
|
||||
|
||||
namespace phpbb\install\exception;
|
||||
|
||||
use phpbb\exception\runtime_exception;
|
||||
|
||||
/**
|
||||
* Installer's base exception
|
||||
*/
|
||||
class installer_exception extends \Exception
|
||||
class installer_exception extends runtime_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user