Add conflict HTTP code

[PREMIUM-42]
This commit is contained in:
Pavel Dohnal
2018-01-30 10:16:12 +00:00
parent cb055a2b06
commit 17a25120d4

View File

@ -9,6 +9,7 @@ abstract class Response {
const STATUS_UNAUTHORIZED = 401;
const STATUS_FORBIDDEN = 403;
const STATUS_NOT_FOUND = 404;
const STATUS_CONFLICT = 409;
const STATUS_UNKNOWN = 500;
public $status;