try catch in Progress

Status
Not open for further replies.
D

doydoy44

Guest
Is there a method that is similar to the try catch in php?

try {
...
}
catch (Exception $e) {
...
}


I already use the blocks of this type: DO ON ERROR UNDO ... but I wonder if there is another way to do it.

Thanks.

Continue reading...
 
Status
Not open for further replies.
Top