mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 01:59:17 +00:00
propagate undefined variable exception
This commit is contained in:
@@ -9,3 +9,8 @@ diverse exceptions
|
||||
class YamlException(Exception):
|
||||
"""exception in CfgYaml"""
|
||||
pass
|
||||
|
||||
|
||||
class UndefinedException(Exception):
|
||||
"""exception in templating"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user