# frozen_string_literal: true

module FileValidators
  class Error < StandardError
  end
end
