nextcloud/apps/files_sharing/lib/External
Christoph Wurst 25dd585251 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:13:47 +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:13:47 +00:00
Mount.php Update license headers 2019-12-05 15:38:45 +01:00
MountProvider.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Scanner.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Watcher.php Update license headers 2019-12-05 15:38:45 +01:00