DirectoryNotReadyException.php
Same filename in other branches
Namespace
Drupal\Core\File\ExceptionFile
-
core/
lib/ Drupal/ Core/ File/ Exception/ DirectoryNotReadyException.php
View source
<?php
namespace Drupal\Core\File\Exception;
/**
* 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.
*/
class DirectoryNotReadyException extends FileException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
DirectoryNotReadyException | Exception thrown when a file's destination directory is not ready. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.