mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13777] Remove module_class_not_defined_exception
PHPBB3-13777
This commit is contained in:
parent
4044b5df89
commit
8d443c3de7
2 changed files with 0 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* For full copyright and license information, please see
|
||||
* the docs/CREDITS.txt file.
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\module\exception;
|
||||
|
||||
class module_class_not_defined_exception extends module_exception
|
||||
{
|
||||
|
||||
}
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpbb\module;
|
||||
|
||||
use phpbb\module\exception\module_class_not_defined_exception;
|
||||
use phpbb\module\exception\module_exception;
|
||||
use phpbb\module\exception\module_not_found_exception;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue