Files
Vocard/voicelink/spotify/exceptions.py
2023-02-02 21:06:51 +08:00

9 lines
211 B
Python

class SpotifyRequestException(Exception):
"""An error occurred when making a request to the Spotify API"""
pass
class InvalidSpotifyURL(Exception):
"""An invalid Spotify URL was passed"""
pass