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