Updating use of Api::STAT_APP_EXCEPTION const

This commit is contained in:
Erik Amaru Ortiz
2013-12-02 12:56:13 -04:00
parent 8193f63b60
commit d7d22e57f5
5 changed files with 13 additions and 116 deletions

View File

@@ -6,7 +6,8 @@ class Api
private static $workspace;
private static $userId;
const SYSTEM_EXCEPTION_STATUS = 500;
const STAT_CREATED = 201;
const STAT_APP_EXCEPTION = 400;
public function __costruct()
{