You are here

class FileNotExistsException in Drupal 8

Same name and namespace in other branches
  1. 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

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\Exception
View source
class FileNotExistsException extends FileException {

}

Members