-
- Downloads
Raise OSError exception instead of exiting
OSError is more specific than SystemExit. It is better to have a more specific exception when we want to catch it.
Loading
Please register or sign in to comment
OSError is more specific than SystemExit. It is better to have a more specific exception when we want to catch it.