More service classes for pack management

This commit is contained in:
Dane Everitt
2017-08-19 20:40:00 -05:00
parent 9d3dca87f2
commit 280633b28a
13 changed files with 568 additions and 52 deletions

View File

@@ -24,7 +24,9 @@
namespace Pterodactyl\Exceptions\Service\Pack;
class InvalidFileUploadException extends \Exception
use Pterodactyl\Exceptions\DisplayException;
class InvalidFileUploadException extends DisplayException
{
//
}