edwardwongtl
03/21/2018, 10:21 AMException e
-> e: Exception
sindrenm
03/21/2018, 10:34 AMedwardwongtl
03/21/2018, 10:35 AMmarstran
03/21/2018, 10:41 AMe: Exception1 | Exception2
to avoid duplicating error handling logic in multiple catch blocks.edwardwongtl
03/21/2018, 10:42 AMmuralimohan962
03/21/2018, 2:34 PMsindrenm
03/21/2018, 4:17 PMcatch
-blocks with multiple typed was what I was referring to. šimple_smile:when
like that seems pointless. Then we could just have multiple catch
blocks, since there's different logic applied for each type.