<% var a = 1; try{ var b = 0; var c = a/b; print("ok"); }catch(){ print("error"); } %>