misc_pterodactyl-panel/app/Exceptions/Service/Egg/NoParentConfigurationFoundException.php

10 lines
171 B
PHP
Raw Normal View History

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