pelican-panel-mirror/app/Exceptions/PanelException.php
2025-06-23 08:54:51 -04:00

8 lines
92 B
PHP

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