Skip to content

Commit f94dba1

Browse files
committed
Import unresolved exception classes in gitlab client
1 parent 8ca0521 commit f94dba1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

gitlab/client.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626
import httpx
2727
from gitlab import exceptions as exc
2828
from gitlab import utils
29-
from gitlab.exceptions import GitlabHttpError, GitlabParsingError, on_http_error
29+
from gitlab.exceptions import (
30+
GitlabAuthenticationError,
31+
GitlabHttpError,
32+
GitlabParsingError,
33+
RedirectError,
34+
on_http_error,
35+
)
3036
from gitlab.types import GitlabList
3137
from gitlab.utils import inherit_docstrings
3238

0 commit comments

Comments
 (0)