mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 02:38:02 +00:00
12 lines
181 B
Python
12 lines
181 B
Python
"""
|
|
author: deadc0de6 (https://github.com/deadc0de6)
|
|
Copyright (c) 2019, deadc0de6
|
|
|
|
diverse exceptions
|
|
"""
|
|
|
|
|
|
class YamlException(Exception):
|
|
"""exception in CfgYaml"""
|
|
pass
|