Files
panel/app/Exceptions/Service/Server/RequiredVariableMissingException.php

10 lines
151 B
PHP
Raw Normal View History

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