1
0
Fork 0
mirror of https://github.com/nathom/streamrip.git synced 2025-06-07 02:01:20 -04:00
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."""