class NotRegularDirectoryException
Same name in other branches
- 8.9.x core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php \Drupal\Core\File\Exception\NotRegularDirectoryException
- 10 core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php \Drupal\Core\File\Exception\NotRegularDirectoryException
- 11.x core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php \Drupal\Core\File\Exception\NotRegularDirectoryException
Exception thrown when a target is not a regular directory (e.g. a file).
Hierarchy
- class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException
- class \Drupal\Core\File\Exception\NotRegularDirectoryException extends \Drupal\Core\File\Exception\FileException
Expanded class hierarchy of NotRegularDirectoryException
1 file declares its use of NotRegularDirectoryException
- FileSystem.php in core/
lib/ Drupal/ Core/ File/ FileSystem.php
File
-
core/
lib/ Drupal/ Core/ File/ Exception/ NotRegularDirectoryException.php, line 8
Namespace
Drupal\Core\File\ExceptionView source
class NotRegularDirectoryException extends FileException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.