Files

8 lines
108 B
PHP
Raw Permalink Normal View History

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