class 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 extends \Drupal\Core\File\Exception\FileException
Expanded class hierarchy of NotRegularFileException
1 file declares its use of NotRegularFileException
- 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 {
}