Spaces:
Running on Zero
Running on Zero
| # exceptions used by the API, of trellis-stable-projectorz | |
| class CancelledException(Exception): | |
| """Raised when user requests cancellation (interrupts the generation).""" | |
| pass |