Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 267 Bytes

File metadata and controls

12 lines (9 loc) · 267 Bytes

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