Open GabeDottl opened 5 years ago
to ensure now low-level crashes propogate up in production. Use a production flag. Maybe:
ComponentLevelException = Exception if production else NeverRaisedException try: ... except ComponentLevelException: ....
to ensure now low-level crashes propogate up in production. Use a production flag. Maybe:
ComponentLevelException = Exception if production else NeverRaisedException try: ... except ComponentLevelException: ....