streamrip/rip/exceptions.py

6 lines
162 B
Python
Raw Normal View History

2021-07-29 14:20:49 -04:00
"""Exceptions used by RipCore."""
class DeezloaderFallback(Exception):
2021-07-29 14:20:49 -04:00
"""Raise if Deezer account isn't logged in and rip is falling back to Deezloader."""