# File lib/tapkit/control/validation.rb, line 9
                        def aggregate( exceptions )
                                exceptions.each do |ex|
                                        unless ex.message.empty? then
                                                return ex
                                        end
                                end
                        end