3dai / api_spz /core /exceptions.py
# exceptions used by the API, of trellis-stable-projectorz
class CancelledException(Exception):
"""Raised when user requests cancellation (interrupts the generation)."""
pass