Add ability to update an Egg by re-uploading a file.

This commit is contained in:
Dane Everitt
2017-10-08 23:50:52 -05:00
parent e2cb789b2b
commit e01d7497f5
17 changed files with 449 additions and 23 deletions

View 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;
use Pterodactyl\Exceptions\DisplayException;
class InvalidFileUploadException extends DisplayException
{
}