Is there a way in PHP to make sure I get exceptions for everything and not errors?
Using two different error handling methods leaves me uncomfortable and it seems messy. I would prefer the Exception style method to be more OO and thus better suited for my other programming experience.
source
share