Closed DimitrisMantas closed 3 months ago
We should throw specific exceptions when possible as per the PEP8 guidelines which state that
try: ... except Exception: ...
blocks are a code smell.
We should throw specific exceptions when possible as per the PEP8 guidelines which state that
blocks are a code smell.