FrameForge/image_generator/exceptions.py
2024-01-24 12:11:06 -05:00

3 lines
97 B
Python

class ImageGeneratorError(Exception):
"""Handle all exceptions thrown by image generation"""