class NotRegularFileException in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/Exception/NotRegularFileException.php \Drupal\Core\File\Exception\NotRegularFileException
Exception thrown when a target is not a regular file (e.g. a directory).
Hierarchy
- class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException
- class \Drupal\Core\File\Exception\NotRegularFileException
Expanded class hierarchy of NotRegularFileException
2 files declare their use of NotRegularFileException
- FileDeleteTest.php in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileDeleteTest.php - FileSystem.php in core/
lib/ Drupal/ Core/ File/ FileSystem.php
File
- core/
lib/ Drupal/ Core/ File/ Exception/ NotRegularFileException.php, line 8
Namespace
Drupal\Core\File\ExceptionView source
class NotRegularFileException extends FileException {
}