spradio-server-django/savepointradio/profiles/exceptions.py

6 lines
128 B
Python
Raw Normal View History

class MakeRequestError(Exception):
"""
Exception raised when there is a problem making a song request.
"""
pass