class Pry::LastException

def respond_to_missing?(name, include_all = false)

def respond_to_missing?(name, include_all = false)
  @exception.respond_to?(name, include_all)
end