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.option = option
|
||||||
self.section = section
|
self.section = section
|
||||||
|
|
||||||
|
class InterpolationSyntaxError(Error): pass
|
||||||
|
|
||||||
class InterpolationDepthError(Error):
|
class InterpolationDepthError(Error):
|
||||||
def __init__(self, option, section, rawval):
|
def __init__(self, option, section, rawval):
|
||||||
Error.__init__(self,
|
Error.__init__(self,
|
||||||
|
|
Loading…
Reference in New Issue