class FileException in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/Exception/FileException.php \Drupal\Core\File\Exception\FileException
- 9 core/lib/Drupal/Core/File/Exception/FileException.php \Drupal\Core\File\Exception\FileException
Base class for exceptions related to file handling operations.
Hierarchy
- class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException
Expanded class hierarchy of FileException
27 files declare their use of FileException
- AssetDumper.php in core/
lib/ Drupal/ Core/ Asset/ AssetDumper.php - ConfigController.php in core/
modules/ config/ src/ Controller/ ConfigController.php - ConfigInstallWebTest.php in core/
modules/ config/ tests/ src/ Functional/ ConfigInstallWebTest.php - DirectoryTest.php in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - file.module in core/
modules/ file/ file.module - Defines a "managed_file" Form API field and a "file" field for Field module.
File
- core/
lib/ Drupal/ Core/ File/ Exception/ FileException.php, line 8
Namespace
Drupal\Core\File\ExceptionView source
class FileException extends \RuntimeException {
}