[ty] Fix find references for except handler (#25231)
<!--
Thank you for contributing to Ruff/ty! To help us out with reviewing,
please consider the following:
- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title? (Please prefix
with `[ty]` for ty pull
requests.)
- Does this pull request include references to any relevant issues?
- Does this PR follow our AI policy
(https://github.com/astral-sh/.github/blob/main/AI_POLICY.md)?
-->
## Summary
Closes https://github.com/astral-sh/ty/issues/3387
We just needed to treat the definition of an except handler 'as' as a
binding, not a definition
## Test Plan
Previously incorrect ty_ide test, noted in the issue, has now been fixed