How to trigger exception inside Try/Catch?

Hello,

Can someone tell me how can I intentionally trigger an Exception inside a Try/Catch block? There’s no “Throw Exception” step

Thanks!

Try writing an incorrect formatter or expression?