Skip to content

Latest commit

 

History

History

0x05-python-exceptions

0x05. Python - Exceptions

A project on python Errors and Exceptions.

Concepts learned:

  • Exception Handling
  • Raising Exceptions
  • Exception Chaining
  • Defining custom exceptions
  • Predefined Clean-Up actions
  • Raising and Handling Multiple Unrelated Exceptions