5 lines
128 B
Python
5 lines
128 B
Python
class MakeRequestError(Exception):
|
|
"""
|
|
Exception raised when there is a problem making a song request.
|
|
"""
|
|
pass
|