diff options
author | ringmaster <epithet@gmail.com> | 2014-05-28 09:45:03 -0400 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-04 07:55:45 +0200 |
commit | ba887d2b171a410e2c5925fa9e1519e7e69b71c2 (patch) | |
tree | b768cfbb4cca132a4b6c80d113b5f525d6a50f8f /lib | |
parent | 54865815f5c6044b3b4ea4793f6677d48c16604d (diff) | |
download | nextcloud-server-ba887d2b171a410e2c5925fa9e1519e7e69b71c2.tar.gz nextcloud-server-ba887d2b171a410e2c5925fa9e1519e7e69b71c2.zip |
Restore the reference to this used exception class.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/lock.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |