Push initial implementations of new repository structure

This breaks almost the entire panel, do not pull this branch in this state.

Mostly just moved old repository files to a new folder without updating anything else in order to start doing new things. Structure is not finalized.
This commit is contained in:
Dane Everitt
2017-06-10 22:28:44 -05:00
parent 65957e7ea5
commit 5c2b9deb09
39 changed files with 1083 additions and 166 deletions

View File

@@ -24,7 +24,7 @@
namespace Pterodactyl\Exceptions;
class DisplayValidationException extends \Exception
class DisplayValidationException extends PterodactylException
{
//
}