# File lib/rake/application.rb, line 102
    def load_rakefile
      standard_exception_handling do
        raw_load_rakefile
      end
    end