ox
ox copied to clipboard
Consider extending the ox compiler plugin to detect `catch e: Exception`
Which instead, should be catch NonFatal(e)
. This would definitely need an opt-out mechanism (an annotation?)