We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0994 commit e8b96a7Copy full SHA for e8b96a7
README.md
@@ -319,7 +319,7 @@ Here are the exceptions that the package might throw:
319
* [NoKidException](src/Exceptions/NoKidException.php) when there is no `kid` in the token header.
320
* [VerifierNotFoundException](src/Exceptions/VerifierNotFoundException.php) when no key/verifier matches the `kid` in the token header.
321
322
-All of the exceptions mentioned are subclasses of the `JwtException` exception.
+All of the exceptions mentioned are subclasses of the [JwtException](src/Exceptions/JwtException.php) exception.
323
By catching `JwtException`, you can handle all these cases collectively instead of catching each one individually.
324
325
## License
0 commit comments