Possible Duplicate:
Performance of try-catch in php
While using try
-catch
blocks, even if any exceptions are not thrown, does it affect the performance of the code?
I wanted to code my own Exception handler which extends from standard exception class, was wondering if this situation lowers the performance of the page on several calls.