spradio-server-django/savepointradio/profiles/exceptions.py
2018-03-30 12:53:41 -04:00

5 lines
128 B
Python

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