From ba887d2b171a410e2c5925fa9e1519e7e69b71c2 Mon Sep 17 00:00:00 2001
From: ringmaster <epithet@gmail.com>
Date: Wed, 28 May 2014 09:45:03 -0400
Subject: [PATCH] Restore the reference to this used exception class.

---
 lib/private/files/lock.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/files/lock.php b/lib/private/files/lock.php
index b752b16f023..39138fe0248 100644
--- a/lib/private/files/lock.php
+++ b/lib/private/files/lock.php
@@ -20,6 +20,7 @@ namespace OC\Files;
 
 use OCP\Config;
 use OC\Files\Filesystem;
+use OCP\Files\LockNotAcquiredException;
 
 /**
  * Class Lock
-- 
GitLab