diff --git a/jellyfin_kodi/helper/exceptions.py b/jellyfin_kodi/helper/exceptions.py index ab2cd57c..2a53b008 100644 --- a/jellyfin_kodi/helper/exceptions.py +++ b/jellyfin_kodi/helper/exceptions.py @@ -18,5 +18,9 @@ class LibraryException(Exception): class PathValidationException(Exception): - # raise Exception("Failed to validate path. User stopped.") + """ + Replacing generic `Exception` + + TODO: Investigate the usage of this to see if it can be done better. + """ pass