Hi guys.
I am currently wrapping a library for b4a.
In this library, try catch is used to manage response errors.
But these try catchings in b4a cause the application to close and I can't manage the errors.
How can I use the try catch that is written in Java and not let the application in b4a close ???