Sha256: d4f4aa1a8082bc74a4ca74e66d5fe0e92552c76586a8400086710bf793867e7f
Contents?: true
Size: 244 Bytes
Versions: 30
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Kitchen # Raised likely due to a problem in the recipe, not in Kitchen class RecipeError < StandardError; end # Raised when an element not found class ElementNotFoundError < StandardError; end end
Version data entries
30 entries across 30 versions & 1 rubygems