8 lines
108 B
PHP

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