FrameForge/image_generator/exceptions.py

3 lines
97 B
Python
Raw Normal View History

2024-01-24 12:11:06 -05:00
class ImageGeneratorError(Exception):
"""Handle all exceptions thrown by image generation"""