mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02: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
|
|
{
|
|
}
|