# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_rails/lib/union_station_hooks_rails/exception_logger.rb, line 31
    def call(env)
      @app.call(env)
    rescue Exception => e
      report_exception(env, e)
      raise e
    end