Question from the PHP7 test

Not published

What to replace the question marks with to catch the following error?

<?php

try{
    $value= 1% 0;
} catch(??? $e){
    var_dump($e);
}
Author: Julien BreuxStatus: Not publishedQuestion passed 427 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!