Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Throw exceptions

era

Joined
Oct 14, 2015
Messages
11
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.

nNjpZ5J.png

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?
 
Top