`DbRepository`: Import exception `QueryException`
This commit is contained in:
parent
c46446e17f
commit
d6fd3a97ca
|
@ -3,6 +3,7 @@
|
|||
|
||||
namespace Icinga\Repository;
|
||||
|
||||
use Icinga\Exception\QueryException;
|
||||
use Zend_Db_Expr;
|
||||
use Icinga\Data\Db\DbConnection;
|
||||
use Icinga\Data\Extensible;
|
||||
|
|
Loading…
Reference in New Issue