# File lib/code_analyzer/sexp.rb, line 568
  def exception_variable
    if :rescue == sexp_type
      self[2]
    end
  end