Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/app/Exceptions/Service/Server/RequiredVariableMissingException.php
10284 views
1
<?php
2
3
namespace Pterodactyl\Exceptions\Service\Server;
4
5
use Pterodactyl\Exceptions\PterodactylException;
6
7
class RequiredVariableMissingException extends PterodactylException
8
{
9
}
10
11