9 lines
179 B
PHP
9 lines
179 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Server;
|
|
|
|
use Pterodactyl\Exceptions\PterodactylException;
|
|
|
|
class RequiredVariableMissingException extends PterodactylException
|
|
{
|
|
}
|