class FileNotExistsException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/File/Exception/FileNotExistsException.php \Drupal\Core\File\Exception\FileNotExistsException
Exception thrown when a file is expected to exist but does not.
Hierarchy
- class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException
- class \Drupal\Core\File\Exception\FileNotExistsException
Expanded class hierarchy of FileNotExistsException
4 files declare their use of FileNotExistsException
- FileCopyTest.php in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileCopyTest.php - FileMoveTest.php in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileMoveTest.php - FileSystem.php in core/
lib/ Drupal/ Core/ File/ FileSystem.php - FileSystemTest.php in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSystemTest.php
File
- core/
lib/ Drupal/ Core/ File/ Exception/ FileNotExistsException.php, line 8
Namespace
Drupal\Core\File\ExceptionView source
class FileNotExistsException extends FileException {
}