v1.0.7: fix(JWTFactory): use fully-qualified \Exception in catch block
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>