Skip to content

Latest commit

 

History

History
 
 

7 - Error handling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Error handling

Error handling in Python is managed through the use of try/except/finally

Python has numerous built-in exceptions. When creating except blocks, they need to be created from most specific to most generic according to the hierarchy.