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