cbcf62086f
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
9 lines
179 B
PHP
9 lines
179 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Server;
|
|
|
|
use Pterodactyl\Exceptions\PterodactylException;
|
|
|
|
class RequiredVariableMissingException extends PterodactylException
|
|
{
|
|
}
|