`CurvesAsSubmobjects` error messages contain hardcoded class names
Author: nikolajmunkCreated Sep 1, 2026Updated Sep 1, 2026
Labelsgood first issue
The class CurvesAsSubmobjects throws two custom error messages for when it either has no submobjects or it has no submobjects with points:
I think it would be a good idea for these error messages to dynamically show the name of the class rather than a hardcoded "CurvesAsSubmobjects" string so the error message automatically updates for any subclasses or if the class name ever changes.
Source: ManimCommunity/manim