A bit rework / refactoring.

This commit is contained in:
Kirill Zhosul
2022-03-16 14:12:44 +04:00
parent 0fa096f9ba
commit 1dc980eef5
5 changed files with 139 additions and 56 deletions

View File

@@ -1,3 +1,7 @@
"""
All exceptions that may be raised from Gitflic API wrapper.
"""
class GitflicExceptions(Exception):
error_code: int = 1
reason: str = None