diff mercurial/error.py @ 7646:e62a456b8dc5

error: move SignatureError
author Matt Mackall <mpm@selenic.com>
date Mon, 12 Jan 2009 13:51:43 -0600
parents 182b7114d35a
children a454eeb1b827
line wrap: on
line diff
--- a/mercurial/error.py	Mon Jan 12 13:35:35 2009 -0600
+++ b/mercurial/error.py	Mon Jan 12 13:51:43 2009 -0600
@@ -59,3 +59,6 @@
 # derived from KeyboardInterrupt to simplify some breakout code
 class SignalInterrupt(KeyboardInterrupt):
     """Exception raised on SIGTERM and SIGHUP."""
+
+class SignatureError(Exception):
+    pass