2017-09-30 17:54:09 +00:00
|
|
|
<?php
|
|
|
|
|
2017-10-07 21:16:51 +00:00
|
|
|
namespace Pterodactyl\Exceptions\Service\Egg;
|
2017-09-30 17:54:09 +00:00
|
|
|
|
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
|
|
|
|
2017-10-07 21:16:51 +00:00
|
|
|
class NoParentConfigurationFoundException extends DisplayException
|
2017-09-30 17:54:09 +00:00
|
|
|
{
|
|
|
|
}
|