Although it can be tested, just wondering
Will summary stage capture errors if we use ‘try catch’ in all 3 stages(G/M/R)
b
battk
04/06/2023, 4:34 PM
in general no, its for thrown errors only, catching an error means its not thrown anymore
battk
04/06/2023, 4:35 PM
there are some types of errors, like instruction count that cant be caught by a try catch and those will get through to the summarize stage regardless of your try catch logic