From adadc1f9c4cd88844fc7c5bbbd66a6119825c162 Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:25:02 +0400 Subject: [PATCH] spotify code cleanup --- pomice/spotify/exceptions.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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