mirror of
https://github.com/jquery/jquery.git
synced 2026-01-31 13:17:56 -05:00
Ref gh-2736 The exception stack has the name of the immediately outer function where the exception occurred, which can be very handy for tracing errors. Since we already have the exception object we might as well use it.