Is there a way in PHP to make sure that I get Exceptions for everything rather than errors?
Using two different methods of errorhandling leaves me uncomfortable and it feels messy. I'd prefer the Exception style method as its more OO and thus fits better with my other programming experience.