1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-11-30 16:18:19 +01:00

Introduce GitObsRuntimeError exception and use it where appropriate

This commit is contained in:
2025-10-09 09:54:18 +02:00
parent 4fddb4568a
commit 1488f3b873
5 changed files with 11 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ from .exceptions import BranchDoesNotExist
from .exceptions import BranchExists
from .exceptions import ForkExists
from .exceptions import GiteaException
from .exceptions import GitObsRuntimeError
from .exceptions import RepoExists
from .exceptions import UserDoesNotExist
from .exceptions import response_to_exception