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