Home
last modified time | relevance | path

Searched refs:FilesystemException (Results 1 – 18 of 18) sorted by relevance

/webtrees/app/Services/
H A DUpgradeService.php34 use League\Flysystem\FilesystemException; alias
121 * @throws FilesystemException
146 * @throws FilesystemException
192 * @throws FilesystemException
225 } catch (FilesystemException | UnableToDeleteFile) {
235 } catch (FilesystemException) {
H A DMediaFileService.php33 use League\Flysystem\FilesystemException; alias
157 * @throws FilesystemException
291 } catch (FilesystemException) {
331 * @throws FilesystemException
351 * @throws FilesystemException
H A DHousekeepingService.php23 use League\Flysystem\FilesystemException; alias
312 } catch (FilesystemException | UnableToDeleteFile) {
315 } catch (FilesystemException | UnableToDeleteDirectory) {
H A DAdminService.php37 use League\Flysystem\FilesystemException; alias
264 } catch (FilesystemException) {
/webtrees/app/
H A DMediaFile.php24 use League\Flysystem\FilesystemException; alias
315 } catch (FilesystemException | UnableToRetrieveMetadata) {
330 } catch (FilesystemException | UnableToReadFile) {
347 } catch (FilesystemException | UnableToReadFile) {
361 } catch (FilesystemException | UnableToCheckFileExistence) {
/webtrees/app/Http/RequestHandlers/
H A DManageMediaData.php36 use League\Flysystem\FilesystemException; alias
231 } catch (FilesystemException | UnableToRetrieveMetadata) {
346 } catch (FilesystemException | UnableToCheckFileExistence) {
353 } catch (FilesystemException | UnableToRetrieveMetadata) {
369 } catch (FilesystemException | UnableToReadFile | Throwable) {
H A DDeletePath.php26 use League\Flysystem\FilesystemException; alias
83 } catch (FilesystemException | UnableToDeleteDirectory) {
90 } catch (FilesystemException | UnableToDeleteFile) {
H A DUploadMediaAction.php30 use League\Flysystem\FilesystemException; alias
116 } catch (FilesystemException | UnableToCheckFileExistence) {
130 } catch (FilesystemException | UnableToWriteFile $ex) {
H A DEditMediaFileAction.php31 use League\Flysystem\FilesystemException; alias
128 } catch (FilesystemException | UnableToMoveFile) {
134 } catch (FilesystemException | UnableToRetrieveMetadata) {
H A DAutoCompleteFolder.php27 use League\Flysystem\FilesystemException; alias
63 } catch (FilesystemException) {
H A DMapDataImportPage.php27 use League\Flysystem\FilesystemException; alias
65 } catch (FilesystemException) {
H A DCleanDataFolder.php28 use League\Flysystem\FilesystemException; alias
95 } catch (FilesystemException) {
H A DExportGedcomServer.php29 use League\Flysystem\FilesystemException; alias
85 } catch (FilesystemException | UnableToWriteFile $ex) {
H A DSynchronizeTrees.php29 use League\Flysystem\FilesystemException; alias
102 } catch (FilesystemException | UnableToRetrieveMetadata | UnableToReadFile) {
H A DImportGedcomAction.php28 use League\Flysystem\FilesystemException; alias
65 * @throws FilesystemException
/webtrees/app/Factories/
H A DImageFactory.php37 use League\Flysystem\FilesystemException; alias
94 } catch (UnableToReadFile | FilesystemException $ex) {
118 } catch (FilesystemException | UnableToReadFile $ex) {
158 } catch (FilesystemException | UnableToReadFile $ex) {
219 } catch (FilesystemException | UnableToReadFile $ex) {
/webtrees/app/Http/Middleware/
H A DHandleExceptions.php31 use League\Flysystem\FilesystemException; alias
99 } catch (FilesystemException $exception) {
/webtrees/
H A Dphpstan-baseline.neon1918 …message: '#^Dead catch \- League\\Flysystem\\FilesystemException is never thrown in the try block\…