Hey guys,
Would be super nice if you could help me.
So i want to automate a process.
There are multiple errors that could occur and they all need different handling.
However, I dont know how to add different exceptions to the catch block.
It seems like it is only possible to add one BusinessRuleException.
Do you know how i can add multiple Exceptions of the same type in the catch block?
Thank you very much!