Try-Catch didn’t work

Sep 7, 2020 PHP Try-Catch

If I thought Try-Catch would be ignored for some reason, I just misspelled the word `Exception`.
try {

} catch (\ Exception $ e) {// I misspelled here

}