Expection Handling
-
Refer Here for exception handling
-
Prompt:
Give me best practices for python exception handling to be followed -
Prompt:
Give me a tabular data of built in execption in python and when it is raised or when should i use this kind of exception (raise or throw)
Pattern: Adapter
- When should i use this
- What problem does it solve?
-
implementation example in python
-
Refer Here for the changes done during the class.
