Files
panel/app/Exceptions/PanelException.php

8 lines
78 B
PHP
Raw Normal View History

2024-03-12 22:39:16 -04:00
<?php
namespace App\Exceptions;
class PanelException extends \Exception
{
}