class ViewComponent::ContentAlreadySetForPolymorphicSlotError

def initialize(slot_name)

def initialize(slot_name)
  super(MESSAGE.gsub("SLOT_NAME", slot_name.to_s))
end