mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-20 03:56:35 +00:00
7 lines
217 B
Python
7 lines
217 B
Python
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
|