Expert
How is it possible to replace the question marks to catch the error below?(multiple answers possible)
<?php
try{
$value= 1 % 0;
} catch(??? $e){
var_dump($e);
}
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!