Not sure what you mean, but if you like catching errors yourself to display a nice page to the user instead of the normal ugly page, check out the function set_error_handler():
http://www.php.net/manual/function.set-error-handler.php
This lets the user define their own error handler--very nifty.
Hope that helps!
Chris King