2017-09-30 17:54:09 +00:00
|
|
|
<?php
|
2017-10-07 21:16:51 +00:00
|
|
|
/**
|
2017-09-30 17:54:09 +00:00
|
|
|
* Pterodactyl - Panel
|
|
|
|
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
|
|
|
|
*
|
|
|
|
* This software is licensed under the terms of the MIT license.
|
|
|
|
* https://opensource.org/licenses/MIT
|
|
|
|
*/
|
|
|
|
|
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 InvalidCopyFromException extends DisplayException
|
2017-09-30 17:54:09 +00:00
|
|
|
{
|
|
|
|
}
|