1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 17:12:59 +00:00
This commit is contained in:
deadc0de6
2021-04-30 20:01:02 +02:00
parent 5db5d51fb2
commit cb71bf299f
7 changed files with 532 additions and 480 deletions

View File

@@ -12,3 +12,7 @@ class YamlException(Exception):
class UndefinedException(Exception):
"""exception in templating"""
class UnmetDependency(Exception):
"""unmet dependency"""