class ViewComponent::NoMatchingTemplatesForPreviewError

:nocov:

def initialize(template_identifier)

def initialize(template_identifier)
  super(MESSAGE.gsub("TEMPLATE_IDENTIFIER", template_identifier))
end