1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 02:38:02 +00:00
Files
dotdrop/dotdrop/exceptions.py
2019-06-02 19:42:53 +02:00

12 lines
181 B
Python

"""
author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2019, deadc0de6
diverse exceptions
"""
class YamlException(Exception):
"""exception in CfgYaml"""
pass