changeset 7947 | a454eeb1b827 |
parent 7646 | e62a456b8dc5 |
child 8144 | fca54469480e |
7946:9d36291f787a | 7947:a454eeb1b827 |
---|---|
60 class SignalInterrupt(KeyboardInterrupt): |
60 class SignalInterrupt(KeyboardInterrupt): |
61 """Exception raised on SIGTERM and SIGHUP.""" |
61 """Exception raised on SIGTERM and SIGHUP.""" |
62 |
62 |
63 class SignatureError(Exception): |
63 class SignatureError(Exception): |
64 pass |
64 pass |
65 |
|
66 class Abort(Exception): |
|
67 """Raised if a command needs to print an error and exit.""" |