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