A traceback contains several call frames. In what order are ordinary frames presented as the display approaches the site where the exception arose?
Explanation
The display proceeds from the outermost reported call toward progressively newer calls and ends at the most recent frame where the failure surfaced. Treating the earliest frame as the exact site ignores the call chain recorded below it.