Skip to main content

Hi,

I would like to handle a specific exception in the catch action instead of catching all types of error. How can I achieve that?

Thank you.

@Damiano Emanuele Dovico​ 

This option is not available.

 

You will have to catch all exceptions.

Check exception type using if and throw error if not specific exception


Reply