class ExtensionFileException
Thrown when an UPLOAD_ERR_EXTENSION error occurred with UploadedFile.
@author Florent Mata <florentmata@gmail.com>
Hierarchy
- class \Symfony\Component\HttpFoundation\File\Exception\FileException extends \Symfony\Component\HttpFoundation\File\Exception\RuntimeException
- class \Symfony\Component\HttpFoundation\File\Exception\ExtensionFileException extends \Symfony\Component\HttpFoundation\File\Exception\FileException
Expanded class hierarchy of ExtensionFileException
1 file declares its use of ExtensionFileException
- UploadedFile.php in vendor/
symfony/ http-foundation/ File/ UploadedFile.php
File
-
vendor/
symfony/ http-foundation/ File/ Exception/ ExtensionFileException.php, line 19
Namespace
Symfony\Component\HttpFoundation\File\ExceptionView source
class ExtensionFileException extends FileException {
}