TIF_NGANJUK_E41212020/admin
e41212020_Faris Hasan e0728298f1 Add all project files 2025-07-02 18:41:00 +07:00
..
ajax Add all project files 2025-07-02 18:41:00 +07:00
assets Add all project files 2025-07-02 18:41:00 +07:00
forms Add all project files 2025-07-02 18:41:00 +07:00
kelola Add all project files 2025-07-02 18:41:00 +07:00
laporan Add all project files 2025-07-02 18:41:00 +07:00
pemasok Add all project files 2025-07-02 18:41:00 +07:00
pengaturan Add all project files 2025-07-02 18:41:00 +07:00
produk Add all project files 2025-07-02 18:41:00 +07:00
profile Add all project files 2025-07-02 18:41:00 +07:00
template Add all project files 2025-07-02 18:41:00 +07:00
transaksi Add all project files 2025-07-02 18:41:00 +07:00
Readme.txt Add all project files 2025-07-02 18:41:00 +07:00
index.php Add all project files 2025-07-02 18:41:00 +07:00
logout.php Add all project files 2025-07-02 18:41:00 +07:00
main.php Add all project files 2025-07-02 18:41:00 +07:00
pages-login.html Add all project files 2025-07-02 18:41:00 +07:00
pages-register.html Add all project files 2025-07-02 18:41:00 +07:00

Readme.txt

<?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 UPLOAD_ERR_CANT_WRITE error occurred with UploadedFile.
 *
 * @author Florent Mata <florentmata@gmail.com>
 */
class CannotWriteFileException extends FileException
{
}