Replace commented code with docstring

This commit is contained in:
Odd Stråbø 2020-08-02 15:07:11 +02:00
parent f8c277a2c3
commit 50e514459c
1 changed files with 5 additions and 1 deletions

View File

@ -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