diff mercurial/error.py @ 8144:fca54469480e

ui: introduce new config parser
author Matt Mackall <mpm@selenic.com>
date Thu, 23 Apr 2009 15:40:10 -0500
parents a454eeb1b827
children 46293a0c7e9f
line wrap: on
line diff
--- 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