You are here

class FileWriteException in Drupal 8

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

Exception thrown when file cannot be written to disk.

Hierarchy

Expanded class hierarchy of FileWriteException

3 files declare their use of FileWriteException
file.inc in core/includes/file.inc
API for handling file uploads and server file management.
FileSystem.php in core/lib/Drupal/Core/File/FileSystem.php
FileUploadForm.php in core/modules/media_library/src/Form/FileUploadForm.php

File

core/lib/Drupal/Core/File/Exception/FileWriteException.php, line 8

Namespace

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

}

Members