Add missing InterpolationSyntaxError.
XXX Not sure this is correct.
This commit is contained in:
parent
6ec0a8ab93
commit
ce1d944b6b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue