0
Whats the issue so that it results into crash
Please refer code below I am handling exception via try catch but it still crashes Whats the issue ? Plz suggest https://code.sololearn.com/ckMc3Sk9FuW3/?ref=app
2 Respostas
+ 1
use
throw this;
not throw *this
+ 1
Thanks