1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12683] Pass tables via parameter and small fix

PHPBB3-12683
This commit is contained in:
rubencm
2021-04-09 19:36:54 +02:00
committed by Ruben Calvo
parent 565c806eda
commit f4977853be
16 changed files with 132 additions and 103 deletions

View File

@@ -13,7 +13,6 @@
namespace phpbb\search\exception;
class action_in_progress_exception extends search_exception
{

View File

@@ -13,7 +13,6 @@
namespace phpbb\search\exception;
class index_created_exception extends search_exception
{

View File

@@ -13,7 +13,6 @@
namespace phpbb\search\exception;
class index_empty_exception extends search_exception
{

View File

@@ -13,7 +13,6 @@
namespace phpbb\search\exception;
class no_action_in_progress_exception extends search_exception
{

View File

@@ -17,5 +17,5 @@ use phpbb\exception\runtime_exception;
class search_exception extends runtime_exception
{
// TODO: Launch this exception from search instead of RuntimeException
}