platypush/platypush/plugins/music/mopidy/_exc.py

11 lines
207 B
Python

class MopidyException(Exception):
"""
Base class for all Mopidy exceptions.
"""
class EmptyTrackException(MopidyException, ValueError):
"""
Raised when a parsed track is empty.
"""