pelican-panel-mirror/app/Exceptions/PanelException.php
2024-03-12 22:39:16 -04:00

8 lines
78 B
PHP

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