Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Latest commit

 

History

History

safe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Catching panics

Sometimes a piece of code throws a panic, but we don't want it to crash the program. We can recover that!