diff --git a/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php b/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php index 8f664c50f6f4a08307826d07a0ee8b6e9f5f0f62..60828a604ec83931c5d9e1306e7767563a4e18f3 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php +++ b/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php @@ -28,8 +28,8 @@ namespace VuFind\ILS\Driver; use Laminas\Log\LoggerAwareInterface; -use VuFind\Exception\ILS as ILSException; use VuFind\Date\DateException; +use VuFind\Exception\ILS as ILSException; use VuFind\I18n\Translator\TranslatorAwareInterface; use VuFindHttp\HttpServiceAwareInterface;