User-Defined Exceptions and Logging in Python
When dealing with application-specific fault scenarios, Python not only provides a comprehensive collection of built-in exceptions but also allows you to define your custom exceptions. Logging exceptions is also a good practice to guarantee effective...
blog.bytescrum.com6 min read