Fairly basic implementation of adding a server. Does not actually do anything yet.

Pushing this for commit sake.
This commit is contained in:
Dane Everitt 2015-12-11 23:28:58 -05:00
parent 94bfd24e7c
commit b6ac96550b
3 changed files with 89 additions and 13 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace Pterodactyl\Exceptions;
class DisplayValidationException extends \Exception
{
//
}