class ViewComponent::MultipleMatchingTemplatesForPreviewError

def initialize(template_identifier)

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