Exception Handling
Exception Handling is a PHP topic. In plain words you use it for divide total / count in a report script. Don’t start with a slogan — start with that picture.
Smallest example: try/catch + log. Type it, run it, and say what you see. If you can do that from memory, you know Exception Handling.
From the example next to this theory — Exception Handling: scores array, print avg, then high marks.
Trap — empty catch. Fix that before you talk about advanced PHP.
Viva — what is Exception Handling? Then show try/catch + log. Then name the trap.
What is Exception Handling? Show this: try/catch + log. Trap: empty catch.