FrameForge/frame_forge/exceptions.py

3 lines
93 B
Python
Raw Normal View History

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