PteroTheme/app/Exceptions/Service/Server/RequiredVariableMissingExce...

10 lines
179 B
PHP

<?php
namespace Pterodactyl\Exceptions\Service\Server;
use Pterodactyl\Exceptions\PterodactylException;
class RequiredVariableMissingException extends PterodactylException
{
}