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

10 lines
171 B
PHP
Raw Normal View History

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