mirror of
https://github.com/pterodactyl/panel.git
synced 2026-04-13 11:25:52 -05:00
10 lines
179 B
PHP
10 lines
179 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Server;
|
|
|
|
use Pterodactyl\Exceptions\PterodactylException;
|
|
|
|
class RequiredVariableMissingException extends PterodactylException
|
|
{
|
|
}
|