tubesync/app/common/errors.py

7 lines
217 B
Python
Raw Normal View History

2020-12-07 10:26:46 +00:00
class NoMediaException(Exception):
'''
Raised when a source returns no media to be indexed. Could be an invalid
playlist name or similar, or the upstream source returned an error.
'''
pass