nextcloud/apps/files_sharing/lib/External
Christoph Wurst 1d8ca91a37 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:18:02 +00:00
..
Cache.php Add a single public api for resolving a cloud id to a user and remote and back 2017-02-08 15:17:02 +01:00
Manager.php Do not only catch Exceptions but any Throwable during rmt share delete 2020-06-03 09:18:02 +00:00
Mount.php return correct mount type for federated shares 2018-01-11 10:17:05 +01:00
MountProvider.php Update license headers 2017-11-06 16:56:19 +01:00
Scanner.php Update with robin 2016-07-21 18:13:58 +02:00
Storage.php Catch Request exception in testRemoteUrl 2019-02-15 23:06:21 +01:00
Watcher.php Update with robin 2016-07-21 18:13:58 +02:00