# File lib/barber.rb, line 13
    def initialize(template, error)
      @template, @error = template, error
    end