Sha256: d5c56e325cb3d4c526a41dfc7aff45c654da7b7252fcf44475db7e3676d27c36
Contents?: true
Size: 323 Bytes
Versions: 18
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true module ThemeCheck class HtmlParsingError < HtmlCheck severity :error category :html doc docs_url(__FILE__) def on_parse_error(exception, theme_file) add_offense("HTML in this template can not be parsed: #{exception.message}", theme_file: theme_file) end end end
Version data entries
18 entries across 18 versions & 1 rubygems