PteroTheme/app/Exceptions/Service/Egg/NoParentConfigurationFoundE...

10 lines
171 B
PHP

<?php
namespace Pterodactyl\Exceptions\Service\Egg;
use Pterodactyl\Exceptions\DisplayException;
class NoParentConfigurationFoundException extends DisplayException
{
}