Searched refs:FilesystemException (Results 1 – 18 of 18) sorted by relevance
34 use League\Flysystem\FilesystemException; alias121 * @throws FilesystemException146 * @throws FilesystemException192 * @throws FilesystemException225 } catch (FilesystemException | UnableToDeleteFile) {235 } catch (FilesystemException) {
33 use League\Flysystem\FilesystemException; alias157 * @throws FilesystemException291 } catch (FilesystemException) {331 * @throws FilesystemException351 * @throws FilesystemException
23 use League\Flysystem\FilesystemException; alias312 } catch (FilesystemException | UnableToDeleteFile) {315 } catch (FilesystemException | UnableToDeleteDirectory) {
37 use League\Flysystem\FilesystemException; alias264 } catch (FilesystemException) {
24 use League\Flysystem\FilesystemException; alias315 } catch (FilesystemException | UnableToRetrieveMetadata) {330 } catch (FilesystemException | UnableToReadFile) {347 } catch (FilesystemException | UnableToReadFile) {361 } catch (FilesystemException | UnableToCheckFileExistence) {
36 use League\Flysystem\FilesystemException; alias231 } catch (FilesystemException | UnableToRetrieveMetadata) {346 } catch (FilesystemException | UnableToCheckFileExistence) {353 } catch (FilesystemException | UnableToRetrieveMetadata) {369 } catch (FilesystemException | UnableToReadFile | Throwable) {
26 use League\Flysystem\FilesystemException; alias83 } catch (FilesystemException | UnableToDeleteDirectory) {90 } catch (FilesystemException | UnableToDeleteFile) {
30 use League\Flysystem\FilesystemException; alias116 } catch (FilesystemException | UnableToCheckFileExistence) {130 } catch (FilesystemException | UnableToWriteFile $ex) {
31 use League\Flysystem\FilesystemException; alias128 } catch (FilesystemException | UnableToMoveFile) {134 } catch (FilesystemException | UnableToRetrieveMetadata) {
27 use League\Flysystem\FilesystemException; alias63 } catch (FilesystemException) {
27 use League\Flysystem\FilesystemException; alias65 } catch (FilesystemException) {
28 use League\Flysystem\FilesystemException; alias95 } catch (FilesystemException) {
29 use League\Flysystem\FilesystemException; alias85 } catch (FilesystemException | UnableToWriteFile $ex) {
29 use League\Flysystem\FilesystemException; alias102 } catch (FilesystemException | UnableToRetrieveMetadata | UnableToReadFile) {
28 use League\Flysystem\FilesystemException; alias65 * @throws FilesystemException
37 use League\Flysystem\FilesystemException; alias94 } catch (UnableToReadFile | FilesystemException $ex) {118 } catch (FilesystemException | UnableToReadFile $ex) {158 } catch (FilesystemException | UnableToReadFile $ex) {219 } catch (FilesystemException | UnableToReadFile $ex) {
31 use League\Flysystem\FilesystemException; alias99 } catch (FilesystemException $exception) {
1918 …message: '#^Dead catch \- League\\Flysystem\\FilesystemException is never thrown in the try block\…