alliance/corp maps. build process optimization, new/edit map dialog fixes

This commit is contained in:
exodus4d
2015-05-20 20:32:15 +02:00
parent e2945ea058
commit 34e41a6553
80 changed files with 3692 additions and 2182 deletions

View File

@@ -11,8 +11,7 @@ namespace Exception;
class BaseException extends \Exception {
const
VALIDATION_FAILED = 403;
const VALIDATION_FAILED = 403;
public function __construct($message, $code = 0){
parent::__construct($message, $code);