I’ve been reading a lot recently on how to write clean PHP code. Specifically I’ve been reading the Design Patterns (Gang of Four) and Clean Code by Robert Martin – both excellent books. What I’m wondering about though is how to use Exceptions properly. This is where I start to get confused. In general, theRead more