Skip to content

Commit 4347853

Browse files
committed
Merge pull request #33 from egeriis/add-missing-error-constant
Add missing error constant
2 parents 63194e1 + ce84624 commit 4347853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EchoIt/JsonApi/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract class Handler
2929
const ERROR_HTTP_METHOD_NOT_ALLOWED = 16;
3030
const ERROR_ID_PROVIDED_NOT_ALLOWED = 32;
3131
const ERROR_MISSING_DATA = 64;
32-
const ERROR_RESERVED_7 = 128;
32+
const ERROR_UNKNOWN = 128;
3333
const ERROR_RESERVED_8 = 256;
3434
const ERROR_RESERVED_9 = 512;
3535

0 commit comments

Comments
 (0)