class Pry::LastException

def initialize(exception)

def initialize(exception)
  @exception = exception
  @bt_index = 0
  @file, @line = bt_source_location_for(0)
end