handling Multiple Exceptions in php.
Take the full course from here:
https://srinicourses.com/p/complete-php-full-stack-web-developer
An exception can be thrown, and caught within PHP.
In php Normal execution will continue after that last catch block defined in sequence.
Multiple catch blocks can be used to catch different type of exceptions.