mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-26 22:41:08 +02:00
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class PanelException extends Exception {}
|