PHP - Error and Exception Handling
Which PHP construct is used to handle exceptions?
try blocks to wrap code that may throw exceptions.catch to handle exceptionscatch block catches the exception object and allows handling it.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions