File size: 183 Bytes
0d775d9
 
 
 
 
1
2
3
4
5
# exceptions used by the API, of trellis-stable-projectorz

class CancelledException(Exception):
    """Raised when user requests cancellation (interrupts the generation)."""
    pass