3 lines
97 B
Python
3 lines
97 B
Python
|
class ImageGeneratorError(Exception):
|
||
|
"""Handle all exceptions thrown by image generation"""
|