You are here

class FileExistsException in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/File/Exception/FileExistsException.php \Drupal\Core\File\Exception\FileExistsException

Exception thrown when a file unexpectedly exists.

Hierarchy

Expanded class hierarchy of FileExistsException

3 files declare their use of FileExistsException
FileCopyTest.php in core/tests/Drupal/KernelTests/Core/File/FileCopyTest.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/FileExistsException.php, line 8

Namespace

Drupal\Core\File\Exception
View source
class FileExistsException extends FileException {

}

Members