namespace Symfony\Component\HttpFoundation\File\Exception
Object name | File name | Summary |
---|---|---|
AccessDeniedException | vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php | Thrown when the access on a file was denied. |
CannotWriteFileException | vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php | Thrown when an UPLOAD_ERR_CANT_WRITE error occurred with UploadedFile. |
ExtensionFileException | vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php | Thrown when an UPLOAD_ERR_EXTENSION error occurred with UploadedFile. |
FileException | vendor/symfony/http-foundation/File/Exception/FileException.php | Thrown when an error occurred in the component File. |
FileNotFoundException | vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php | Thrown when a file was not found. |
FormSizeFileException | vendor/symfony/http-foundation/File/Exception/FormSizeFileException.php | Thrown when an UPLOAD_ERR_FORM_SIZE error occurred with UploadedFile. |
IniSizeFileException | vendor/symfony/http-foundation/File/Exception/IniSizeFileException.php | Thrown when an UPLOAD_ERR_INI_SIZE error occurred with UploadedFile. |
NoFileException | vendor/symfony/http-foundation/File/Exception/NoFileException.php | Thrown when an UPLOAD_ERR_NO_FILE error occurred with UploadedFile. |
NoTmpDirFileException | vendor/symfony/http-foundation/File/Exception/NoTmpDirFileException.php | Thrown when an UPLOAD_ERR_NO_TMP_DIR error occurred with UploadedFile. |
PartialFileException | vendor/symfony/http-foundation/File/Exception/PartialFileException.php | Thrown when an UPLOAD_ERR_PARTIAL error occurred with UploadedFile. |
UnexpectedTypeException | vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php | |
UploadException | vendor/symfony/http-foundation/File/Exception/UploadException.php | Thrown when an error occurred during file upload. |