Error handling
Is it best to create your own exception classes and build them with
built-in logging or do you recommend a different approach? I'm
noticing that the zend exception classes are all empty - is that
because they're just used to define different types of exceptions?
-Ed