Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-08-17 18:03:09 +0300
committerPhie <phie@phie.ovh>2019-08-17 18:03:09 +0300
commit352645fb829b5c2e5e53717c1a8dfcc0b05c804c (patch)
tree81f1e98cbd4c8b7ca641ca1936178f10bc39d124 /lib/Controller/NoteController.php
parent90b832fad562adf027b3917fb690ba3f674b73b7 (diff)
don't crash when encryption exception
Diffstat (limited to 'lib/Controller/NoteController.php')
-rwxr-xr-xlib/Controller/NoteController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php
index 6038e16..122bb7f 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -539,6 +539,7 @@
}
}
} catch(\OCP\Files\NotFoundException $e) {
+ } catch(\OCP\Encryption\Exceptions\GenericEncryptionException $e){
}
}