# File lib/webby/helpers/graphviz_helper.rb, line 32
  def self.error_check( file )
    if ::File.size(file.path) != 0
      msg = "\n" << ::File.read(file.path).strip
      raise ::Webby::Error, msg
    end
  end