class FileException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/File/Exception/FileException.php \Symfony\Component\HttpFoundation\File\Exception\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
- BinaryFileResponse.php in vendor/
symfony/ http-foundation/ BinaryFileResponse.php - File.php in vendor/
symfony/ http-foundation/ File/ File.php - UploadedFile.php in vendor/
symfony/ http-foundation/ File/ UploadedFile.php
File
- vendor/
symfony/ http-foundation/ File/ Exception/ FileException.php, line 19
Namespace
Symfony\Component\HttpFoundation\File\ExceptionView source
class FileException extends \RuntimeException {
}