complete refactor to use Gitea class api wrapper
This commit is contained in:
6
lib/exceptions.py
Normal file
6
lib/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class AlreadyExistsException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NotFoundException(Exception):
|
||||
pass
|
Reference in New Issue
Block a user