mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-26 05:17:55 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
class CanceledException(Exception):
|
|
"""Execution canceled by user."""
|
|
|
|
pass
|