diff --git a/pomice/spotify/exceptions.py b/pomice/spotify/exceptions.py index f1b5310..bd67ec5 100644 --- a/pomice/spotify/exceptions.py +++ b/pomice/spotify/exceptions.py @@ -1,3 +1,7 @@ class SpotifyRequestException(Exception): """An error occurred when making a request to the Spotify API""" - pass \ No newline at end of file + pass + + +class InvalidSpotifyURL(Exception): + pass