📝 Add docstrings

This commit is contained in:
Joshua Arulsamy 2020-08-13 02:52:11 -06:00
parent 880c4d50f1
commit 08a235d55e

View File

@ -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