Skip to content

v1.0.7: fix(JWTFactory): use fully-qualified \Exception in catch block

Choose a tag to compare

@erikwang2013 erikwang2013 released this 14 May 12:19
· 8 commits to main since this release
Without \ prefix, Exception resolves to ErikJwt\Exception which doesn't
exist, making the catch block silently dead. Now correctly catches \Exception
for the auto-cleanup shutdown function.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>