- Joined
- Oct 14, 2015
- Messages
- 11
- Thread Author
- #1
Hi.
I want to throw an exception so I get notified in the developer panel if something goes wrong with my script.
However, it seems that it's not possible to throw an Exception in Task#execute.
I just want to throw it and make it stop the script, so the dialog pops-up with the information that an exception happened. (The built-in dialog)
What should I do in order to achieve this?
I want to throw an exception so I get notified in the developer panel if something goes wrong with my script.
However, it seems that it's not possible to throw an Exception in Task#execute.

I just want to throw it and make it stop the script, so the dialog pops-up with the information that an exception happened. (The built-in dialog)
What should I do in order to achieve this?