mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
56d0d80a39
This reverts commit 402cf9b0ee
.
5 lines
84 B
Python
5 lines
84 B
Python
class CanceledException(Exception):
|
|
"""Execution canceled by user."""
|
|
|
|
pass
|