Add FileExistsException & Fix error reporting (#1417)

This commit is contained in:
MartinOscar
2025-06-26 21:04:33 +02:00
committed by GitHub
parent 4d0aabe91e
commit cdcd1c521e
4 changed files with 59 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Exceptions\Repository;
use Exception;
class FileExistsException extends Exception {}