From e76eb16f2713465ad4aa7a9f2fba4eb38ce2e369 Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:12:00 +0400 Subject: [PATCH] Update exceptions.py --- pomice/spotify/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pomice/spotify/exceptions.py b/pomice/spotify/exceptions.py index bd67ec5..e421fbf 100644 --- a/pomice/spotify/exceptions.py +++ b/pomice/spotify/exceptions.py @@ -4,4 +4,5 @@ class SpotifyRequestException(Exception): class InvalidSpotifyURL(Exception): + """An invalid Spotify URL was passed""" pass