diff --git a/module/finc/src/finc/Controller/MyResearchController.php b/module/finc/src/finc/Controller/MyResearchController.php
index cb8dd23b4fceca9119f94d3a422e7b1ebd54690a..9fadc523e76e2765998465baacb5ecaf4a2f8fa0 100644
--- a/module/finc/src/finc/Controller/MyResearchController.php
+++ b/module/finc/src/finc/Controller/MyResearchController.php
@@ -27,9 +27,10 @@
  */
 namespace finc\Controller;
 
+use VuFind\Exception\Forbidden as ForbiddenException;
+use VuFind\Exception\ListPermission as ListPermissionException;
 use VuFind\Search\RecommendListener;
 use Zend\Log\LoggerAwareInterface as LoggerAwareInterface;
-use Zend\Mvc\Controller\Plugin\Url;
 use Zend\Mvc\MvcEvent as MvcEvent;
 
 /**