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:
parent
880c4d50f1
commit
08a235d55e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user