streamrip/rip/exceptions.py
Nathan Thomas b5a442c042 Revert "Move files to src"
This reverts commit 16752df99c.
2023-09-21 11:01:04 -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."""