Closed konstan closed 6 years ago
Clients which attempt to catch exceptions usually try to catch Exception and miss SystemExit because both exceptions are on the same level of the Python's exceptions tree hierarchy with BaseException as the common parent.
Clients which attempt to catch exceptions usually try to catch Exception and miss SystemExit because both exceptions are on the same level of the Python's exceptions tree hierarchy with BaseException as the common parent.