mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 18:34:22 +00:00
fix diverse bugs
This commit is contained in:
11
dotdrop/exceptions.py
Normal file
11
dotdrop/exceptions.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2019, deadc0de6
|
||||
|
||||
diverse exceptions
|
||||
"""
|
||||
|
||||
|
||||
class YamlException(Exception):
|
||||
"""exception in CfgYaml"""
|
||||
pass
|
||||
Reference in New Issue
Block a user