diff --git a/module/VuFind/src/VuFind/ILS/Connection.php b/module/VuFind/src/VuFind/ILS/Connection.php
index e73e8508ce1a91b1dd1b989f3023ebb20d4d6e64..f38fa1322aa1dcfcd2916e254e7313bb5a69a512 100644
--- a/module/VuFind/src/VuFind/ILS/Connection.php
+++ b/module/VuFind/src/VuFind/ILS/Connection.php
@@ -88,7 +88,7 @@ class Connection
      *
      * @param \VuFind\ILS\Driver\PluginManager $driverManager Driver plugin manager
      *
-     * @throws Exception
+     * @throws \Exception
      * @return Connection
      */
     public function initWithDriverManager(
@@ -130,7 +130,7 @@ class Connection
     /**
      * Get access to the driver object.
      *
-     * @throws Exception
+     * @throws \Exception
      * @return object
      */
     public function getDriver()