# File lib/pry/last_exception.rb, line 12
  def initialize(e)
    @e = e
    @bt_index = 0
    @file, @line = bt_source_location_for(0)
  end