You might do something with...
catch (Exception exception) {
...but if you're going to do nothing with it itself specifically you may just open the catch block like so:
catch (Exception) {
No comments:
Post a Comment