Would the following code catch a parse error? seenagape 11 years ago Would the following code catch a parse error?<code>try{echo$label} catch (Exception $e) {echo$e->getMessage();}</code> A.Yes B.No ← Previous question Next question →