PHP - Error and Exception Handling
Identify the problem in this PHP code:
try {
// code
} catch (Exception $e) {
// handle
} catch (Error $e) {
// handle error
} catch (Throwable $e) {
// handle throwable
}Identify the problem in this PHP code:
try {
// code
} catch (Exception $e) {
// handle
} catch (Error $e) {
// handle error
} catch (Throwable $e) {
// handle throwable
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions