try_

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)