method
backtrace_locations
ruby latest stable - Class:
Exception
backtrace_locations()public
Returns any backtrace associated with the exception. This method is similar to Exception#backtrace, but the backtrace is an array of Thread::Backtrace::Location.
Now, this method is not affected by Exception#set_backtrace().