mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
📝 Add docstrings
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
class MediaNotFoundError(Exception):
|
class MediaNotFoundError(Exception):
|
||||||
|
"""Raised when a PlexAPI media resource cannot be found."""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class VoiceChannelError(Exception):
|
class VoiceChannelError(Exception):
|
||||||
|
"""Raised when user is not connected to a voice channel."""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user