class DirectoryNotReadyException
Same name in other branches
- 9 core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php \Drupal\Core\File\Exception\DirectoryNotReadyException
- 8.9.x core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php \Drupal\Core\File\Exception\DirectoryNotReadyException
- 11.x 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 extends \Drupal\Core\File\Exception\FileException
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 {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.