We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094cdf commit bd7776bCopy full SHA for bd7776b
1 file changed
dbl/errors.py
@@ -26,15 +26,15 @@
26
27
28
class TopGGException(Exception):
29
- """Base exception class for topggpy
+ """Base exception class for topggpy.
30
31
Ideally speaking, this could be caught to handle any exceptions thrown from this library.
32
"""
33
pass
34
35
36
class ClientException(TopGGException):
37
- """Exception that's thrown when an operation in the :class:`Client` fails.
+ """Exception that's thrown when an operation in the :class:`DBLClient` fails.
38
39
These are usually for exceptions that happened due to user input.
40
0 commit comments