nextcloud/apps/files_sharing/lib/External
Christoph Wurst fab0888fb2 Do not only catch Exceptions but any Throwable during rmt share delete
When a remote share is deleted, we notify the remove instance. This may
trigger various error conditions, which we want to catch in order to
avoid undeletable shares. The try-catch, however, did only capture
exceptions, so things like TypeErrors were not caught and caused the
process to fail hard.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-03 09:15:55 +00:00
..
Cache.php Update license headers 2019-12-05 15:38:45 +01:00
Manager.php Do not only catch Exceptions but any Throwable during rmt share delete 2020-06-03 09:15:55 +00:00
Mount.php Update license headers 2019-12-05 15:38:45 +01:00
MountProvider.php Update license headers 2019-12-05 15:38:45 +01:00
Scanner.php Update license headers 2019-12-05 15:38:45 +01:00
Storage.php Update license headers 2019-12-05 15:38:45 +01:00
Watcher.php Update license headers 2019-12-05 15:38:45 +01:00