# File test/unit/error.rb, line 20
      def initialize(location, exception)
        @location = location
        @exception = exception
      end