class NotRegularDirectoryException in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php \Drupal\Core\File\Exception\NotRegularDirectoryException
- 9 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
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 {
}