class DirectoryNotReadyException in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php \Drupal\Core\File\Exception\DirectoryNotReadyException
- 9 core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php \Drupal\Core\File\Exception\DirectoryNotReadyException
Exception thrown when a file's destination directory is not ready.
A directory can be considered not ready when it either does not exist, or is not writable.
Hierarchy
- class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException
- class \Drupal\Core\File\Exception\DirectoryNotReadyException
Expanded class hierarchy of DirectoryNotReadyException
2 files declare their use of DirectoryNotReadyException
- FileSystem.php in core/
lib/ Drupal/ Core/ File/ FileSystem.php - FileSystemTest.php in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSystemTest.php
File
- core/
lib/ Drupal/ Core/ File/ Exception/ DirectoryNotReadyException.php, line 11
Namespace
Drupal\Core\File\ExceptionView source
class DirectoryNotReadyException extends FileException {
}