class 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 extends \Drupal\Core\File\Exception\FileException
Expanded class hierarchy of FileNotExistsException
1 file declares its use of FileNotExistsException
- FileSystem.php in core/
lib/ Drupal/ Core/ File/ FileSystem.php
File
-
core/
lib/ Drupal/ Core/ File/ Exception/ FileNotExistsException.php, line 8
Namespace
Drupal\Core\File\ExceptionView source
class FileNotExistsException extends FileException {
}