class ViewComponent::MissingPreviewTemplateError

def initialize(example)

def initialize(example)
  super(MESSAGE.gsub("EXAMPLE", example))
end