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