Plex-Bot-Music/PlexBot/exceptions.py
Joshua Arulsamy 08a235d55e 📝 Add docstrings
2020-08-13 02:52:11 -06:00

11 lines
223 B
Python

class MediaNotFoundError(Exception):
"""Raised when a PlexAPI media resource cannot be found."""
pass
class VoiceChannelError(Exception):
"""Raised when user is not connected to a voice channel."""
pass