misc_pterodactyl-panel/app/Exceptions/Service/Server/RequiredVariableMissingException.php

10 lines
179 B
PHP
Raw Normal View History

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