mercurial/error.py
changeset 7641 d2f753830f80
parent 7640 7197812e8d44
child 7643 9a1ea6587557
--- a/mercurial/error.py	Mon Jan 12 11:09:14 2009 -0600
+++ b/mercurial/error.py	Mon Jan 12 11:28:28 2009 -0600
@@ -46,3 +46,7 @@
 
 class LockUnavailable(LockError):
     pass
+
+class ResponseError(Exception):
+    """Raised to print an error with part of output and exit."""
+