Question
How to catch exception
In asc code i have line:
if (new File(WRONG_PATH).open("utf8", "write")) {}
how to catch error because try/catch does not work.
Thank you in advance
In asc code i have line:
if (new File(WRONG_PATH).open("utf8", "write")) {}
how to catch error because try/catch does not work.
Thank you in advance
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.