PHP 8.2.30
Preview: FileNotFoundException.php Size: 688 B
/proc/thread-self/root/opt/alt/php55/usr/share/pear/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.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 a file was not found
 *
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class FileNotFoundException extends FileException
{
    /**
     * Constructor.
     *
     * @param string $path The path to the file that was not found
     */
    public function __construct($path)
    {
        parent::__construct(sprintf('The file "%s" does not exist', $path));
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
695 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download
465 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download
688 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download
573 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download
460 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).