Skip to content

Commit 38b5fe6

Browse files
nicumiclepandanicu
authored andcommitted
Fix exception codes
1 parent 2f467b3 commit 38b5fe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ExceptionCodes.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class ExceptionCodes
4949
public const JWK_EC_D_IS_NOT_SET = 40;
5050
public const JWT_EC_CRV_IS_EMPTY = 41;
5151
public const JWK_UNSUPPORTED_EC_CURVE = 42;
52-
public const JWT_X_AND_Y_ARE_EMPTY = 42;
52+
public const JWT_X_AND_Y_ARE_EMPTY = 43;
5353

54-
public const KEY_MATERIAL_IS_INVALID = 43;
55-
public const KEY_MATERIAL_IS_EMPTY = 44;
56-
public const KEY_ALGORITHM_IS_EMPTY = 45;
54+
public const KEY_MATERIAL_IS_INVALID = 44;
55+
public const KEY_MATERIAL_IS_EMPTY = 45;
56+
public const KEY_ALGORITHM_IS_EMPTY = 46;
5757
}

0 commit comments

Comments
 (0)