Crate very_bad_error_propagation
Source - catch
- Catches a previously thrown exception and matches it by its type.
- main
- A
main() wrapper that prevents uncaught exceptions from crashing the program. - throw
- Throws an exception up the call stack. Can be caught with
catch!.