class FileExistsException
Exception thrown when a file unexpectedly exists.
Hierarchy
- class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException
- class \Drupal\Core\File\Exception\FileExistsException extends \Drupal\Core\File\Exception\FileException
Expanded class hierarchy of FileExistsException
5 files declare their use of FileExistsException
- file.module in core/
modules/ file/ file.module - FileSystem.php in core/
lib/ Drupal/ Core/ File/ FileSystem.php - FileUpload.php in core/
modules/ jsonapi/ src/ Controller/ FileUpload.php - FileUploadHandler.php in core/
modules/ file/ src/ Upload/ FileUploadHandler.php - FileUploadResource.php in core/
modules/ file/ src/ Plugin/ rest/ resource/ FileUploadResource.php
File
-
core/
lib/ Drupal/ Core/ File/ Exception/ FileExistsException.php, line 8
Namespace
Drupal\Core\File\ExceptionView source
class FileExistsException extends FileException {
}