mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Nest & Egg management working through the ACP now.
This commit is contained in:
16
app/Exceptions/Service/Egg/InvalidCopyFromException.php
Normal file
16
app/Exceptions/Service/Egg/InvalidCopyFromException.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
namespace Pterodactyl\Exceptions\Service\Egg;
|
||||
|
||||
use Pterodactyl\Exceptions\DisplayException;
|
||||
|
||||
class InvalidCopyFromException extends DisplayException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user