mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-04 01:02:21 +02:00
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Repository;
|
|
|
|
use Exception;
|
|
|
|
class FileExistsException extends Exception {}
|