Question from the PHP7 test

How to catch the error below in PHP?(multiple answers possible)

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);
}
Author: Vincent CotroStatus: Published(Update)Question passed 54 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!