Files
panel-pelican-dev/app/Exceptions/Repository/FileExistsException.php
2025-06-26 21:04:33 +02:00

8 lines
108 B
PHP

<?php
namespace App\Exceptions\Repository;
use Exception;
class FileExistsException extends Exception {}