Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../vendor/markbaker/../myclabs/../async-aws/../symfony/http-foundation/File/Exception
الملفات الموجودة في هذا الـ Path:
.
..
AccessDeniedException.php
CannotWriteFileException.php
ExtensionFileException.php
FileException.php
FileNotFoundException.php
FormSizeFileException.php
IniSizeFileException.php
NoFileException.php
NoTmpDirFileException.php
PartialFileException.php
UnexpectedTypeException.php
UploadException.php

مشاهدة ملف: FileException.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\HttpFoundation\File\Exception;

/**
 * Thrown when an error occurred in the component File.
 *
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class FileException extends \RuntimeException
{
}