Files
MoviePilot/app/modules/themoviedb/tmdbv3api/exceptions.py
2023-07-29 13:09:36 +08:00

3 lines
41 B
Python

class TMDbException(Exception):
pass