# File lib/buff/ignore/errors.rb, line 14
    def to_s
      "No ignore file found at '#{File.expand_path(@path)}'!"
    rescue
      "No ignore file found at '#{@path}'!"
    end