Skip to content

Commit bf7d6db

Browse files
committed
Fix exception codes
1 parent a2d3bb7 commit bf7d6db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ExceptionCodes.php

+4-4
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)