Açıklama Yok

FilesystemNotFoundException.php 215B

12345678910111213
  1. <?php
  2. namespace League\Flysystem;
  3. use LogicException;
  4. /**
  5. * Thrown when the MountManager cannot find a filesystem.
  6. */
  7. class FilesystemNotFoundException extends LogicException implements FilesystemException
  8. {
  9. }