PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
inpsyde
/
backwpup-restore-shared
/
src
/
Api
/
Module
/
Upload
<?php declare(strict_types=1); /* * This file is part of the BackWPup Restore Shared package. * * (c) Inpsyde GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Inpsyde\Restore\Api\Module\Upload; use Inpsyde\Restore\Api\Exception\RestoreExceptionInterface; use RuntimeException; /** * @author Guido Scialfa <dev@guidoscialfa.com> */ class UploadException extends RuntimeException implements RestoreExceptionInterface { }
[-] BackupUpload.php
[edit]
[-] UploadException.php
[edit]
[+]
..
[-] FileUploadInterface.php
[edit]