Update exceptions.py
This commit is contained in:
parent
c3e0012762
commit
e76eb16f27
|
|
@ -4,4 +4,5 @@ class SpotifyRequestException(Exception):
|
||||||
|
|
||||||
|
|
||||||
class InvalidSpotifyURL(Exception):
|
class InvalidSpotifyURL(Exception):
|
||||||
|
"""An invalid Spotify URL was passed"""
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue