mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2026-04-06 07:46:13 +00:00
A bit rework / refactoring.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
All exceptions that may be raised from Gitflic API wrapper.
|
||||
"""
|
||||
|
||||
class GitflicExceptions(Exception):
|
||||
error_code: int = 1
|
||||
reason: str = None
|
||||
|
||||
Reference in New Issue
Block a user