Skip to content
Snippets Groups Projects
Commit 00f68faf authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #18482 [finc] add missing import for ForbiddenException and...

refs #18482 [finc] add missing import for ForbiddenException and ListPermissionException used in MyListAction
parent 3494f056
No related merge requests found
...@@ -27,9 +27,10 @@ ...@@ -27,9 +27,10 @@
*/ */
namespace finc\Controller; namespace finc\Controller;
use VuFind\Exception\Forbidden as ForbiddenException;
use VuFind\Exception\ListPermission as ListPermissionException;
use VuFind\Search\RecommendListener; use VuFind\Search\RecommendListener;
use Zend\Log\LoggerAwareInterface as LoggerAwareInterface; use Zend\Log\LoggerAwareInterface as LoggerAwareInterface;
use Zend\Mvc\Controller\Plugin\Url;
use Zend\Mvc\MvcEvent as MvcEvent; use Zend\Mvc\MvcEvent as MvcEvent;
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment