mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/9687] Remove unused exception
PHPBB3-9687
This commit is contained in:
parent
c88a9f0b01
commit
6048458a12
2 changed files with 0 additions and 21 deletions
|
@ -1,20 +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\ban\exception;
|
|
||||||
|
|
||||||
use phpbb\exception\runtime_exception;
|
|
||||||
|
|
||||||
class ban_insert_failed_exception extends runtime_exception
|
|
||||||
{
|
|
||||||
}
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
namespace phpbb\ban;
|
namespace phpbb\ban;
|
||||||
|
|
||||||
use phpbb\ban\exception\ban_insert_failed_exception;
|
|
||||||
use phpbb\ban\exception\invalid_length_exception;
|
use phpbb\ban\exception\invalid_length_exception;
|
||||||
use phpbb\ban\exception\type_not_found_exception;
|
use phpbb\ban\exception\type_not_found_exception;
|
||||||
use phpbb\ban\type\type_interface;
|
use phpbb\ban\type\type_interface;
|
||||||
|
|
Loading…
Add table
Reference in a new issue