try_ ( ) : none/formal
Try/catch structure. Executed with send(). catch_ have 1 boolean argument to display or none the possible error.
Example
try_()
function(....)
php(....)
catch_(true)
Try/catch structure. Executed with send(). catch_ have 1 boolean argument to display or none the possible error.
try_()
function(....)
php(....)
catch_(true)