From 79ebba89c97b0cb3acd3f5e297865e4f61ce0038 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Tue, 28 Mar 2017 08:10:10 +0200
Subject: [PATCH] * added missing ILSException alias

---
 module/finc/src/finc/ILS/Driver/FincILS.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/finc/src/finc/ILS/Driver/FincILS.php b/module/finc/src/finc/ILS/Driver/FincILS.php
index 0c147c2aa44..7d2e09b8502 100644
--- a/module/finc/src/finc/ILS/Driver/FincILS.php
+++ b/module/finc/src/finc/ILS/Driver/FincILS.php
@@ -26,7 +26,8 @@
  * @link     https://vufind.org/wiki/development:plugins:ils_drivers Wiki
  */
 namespace finc\ILS\Driver;
-use VuFindSearch\Query\Query, VuFindSearch\Service as SearchService,
+use VuFind\Exception\ILS as ILSException,
+    VuFindSearch\Query\Query, VuFindSearch\Service as SearchService,
     ZfcRbac\Service\AuthorizationServiceAwareInterface,
     ZfcRbac\Service\AuthorizationServiceAwareTrait,
     Zend\Log\LoggerAwareInterface as LoggerAwareInterface,
-- 
GitLab