Manimc / data /tests /test_logging /basic_scenes_error.py
introvoyz041's picture
Migrated from GitHub
3eedfa7 verified
from __future__ import annotations
from manim import *
# This module is intended to raise an error.
class Error(Scene):
def construct(self):
raise Exception("An error has occurred")