# File lib/virtus.rb, line 16
    def initialize(output, attribute)
      @output, @attribute = output, attribute
      super(build_message)
    end