Commit 3f9590c4 authored by Neal Norwitz's avatar Neal Norwitz

Add missing InterpolationSyntaxError.

XXX Not sure this is correct.
parent a401e614
......@@ -139,6 +139,8 @@ class InterpolationError(Error):
self.option = option
self.section = section
class InterpolationSyntaxError(Error): pass
class InterpolationDepthError(Error):
def __init__(self, option, section, rawval):
Error.__init__(self,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment