mercurial/error.py
changeset 8144 fca54469480e
parent 7947 a454eeb1b827
child 8225 46293a0c7e9f
--- a/mercurial/error.py	Thu Apr 23 15:40:10 2009 -0500
+++ b/mercurial/error.py	Thu Apr 23 15:40:10 2009 -0500
@@ -28,6 +28,9 @@
 class ParseError(Exception):
     """Exception raised on errors in parsing the command line."""
 
+class ConfigError(Exception):
+    'Exception raised when parsing config files'
+
 class RepoError(Exception):
     pass