Skip to content

Commit bd75392

Browse files
committed
Remove signature of exceptions
1 parent c9e9059 commit bd75392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/references/exceptions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
Exceptions
55
----------
66

7-
.. autoclass:: twitchio.TwitchioException
7+
.. autoclass:: twitchio.TwitchioException()
88

9-
.. autoclass:: twitchio.HTTPException
9+
.. autoclass:: twitchio.HTTPException()
1010
:members:
1111

12-
.. autoclass:: twitchio.InvalidTokenException
12+
.. autoclass:: twitchio.InvalidTokenException()
1313
:members:
1414

15-
.. autoclass:: twitchio.MessageRejectedError
15+
.. autoclass:: twitchio.MessageRejectedError()
1616
:members:
1717

1818

0 commit comments

Comments
 (0)