class FileException

Thrown when an error occurred in the component File

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

  • class \Symfony\Component\HttpFoundation\File\Exception\FileException extends \Symfony\Component\HttpFoundation\File\Exception\RuntimeException

Expanded class hierarchy of FileException

3 files declare their use of FileException
File.php in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php
MimeTypeGuesser.php in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
UploadedFile.php in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php, line 19

Namespace

Symfony\Component\HttpFoundation\File\Exception
View source
class FileException extends \RuntimeException {

}

Members