exceptionLocation
- function (obsolete — use the exception’s location instead)
- Returns a description of the line number and handler name where the current exception was thrown. Additional lines are returned describing each calling location, out to the level of the try block itself. This is the same as the location property of the exception.
- Related: exception