PHP - Error and Exception Handling
Which PHP syntax correctly starts a block to catch exceptions?
try to start a block and catch (Exception $e) to handle exceptions.try { ... } catch (Exception $e) { ... }.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions