Skip to content

Commit e8b96a7

Browse files
authored
Update README.md
1 parent 1af0994 commit e8b96a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Here are the exceptions that the package might throw:
319319
* [NoKidException](src/Exceptions/NoKidException.php) when there is no `kid` in the token header.
320320
* [VerifierNotFoundException](src/Exceptions/VerifierNotFoundException.php) when no key/verifier matches the `kid` in the token header.
321321

322-
All of the exceptions mentioned are subclasses of the `JwtException` exception.
322+
All of the exceptions mentioned are subclasses of the [JwtException](src/Exceptions/JwtException.php) exception.
323323
By catching `JwtException`, you can handle all these cases collectively instead of catching each one individually.
324324

325325
## License

0 commit comments

Comments
 (0)