07-30-2009, 03:12 PM
|
#82 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
|
Quote:
|
The way errors are handled can be modified by editing the error view files. Critical errors will always stop execution of the PHP script and remove anything in the output buffer (besides what the error view puts in it).
|
Quote:
|
The framework does handle exceptions already. Again you are making assumptions about something you haven't even seen.
|
I based this information on what you have stated, errors and exceptions are 2 completely separate things. You said Critical errors always stop execution I assumed you were talking about exception as "critical errors".
|
|
|
|