streamrip/rip/exceptions.py
2021-07-29 11:20:49 -07:00

5 lines
162 B
Python

"""Exceptions used by RipCore."""
class DeezloaderFallback(Exception):
"""Raise if Deezer account isn't logged in and rip is falling back to Deezloader."""