DirectoryNotReadyException |
core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php |
Exception thrown when a file's destination directory is not ready. |
FileException |
core/lib/Drupal/Core/File/Exception/FileException.php |
Base class for exceptions related to file handling operations. |
FileExistsException |
core/lib/Drupal/Core/File/Exception/FileExistsException.php |
Exception thrown when a file unexpectedly exists. |
FileNotExistsException |
core/lib/Drupal/Core/File/Exception/FileNotExistsException.php |
Exception thrown when a file is expected to exist but does not. |
FileWriteException |
core/lib/Drupal/Core/File/Exception/FileWriteException.php |
Exception thrown when file cannot be written to disk. |
NotRegularDirectoryException |
core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php |
Exception thrown when a target is not a regular directory (e.g. a file). |
NotRegularFileException |
core/lib/Drupal/Core/File/Exception/NotRegularFileException.php |
Exception thrown when a target is not a regular file (e.g. a directory). |