mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
11 lines
223 B
Python
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
|