mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-23 00:38:08 -05:00
5 lines
84 B
Python
5 lines
84 B
Python
class CanceledException(Exception):
|
|
"""Execution canceled by user."""
|
|
|
|
pass
|