Files
archived-presentations/slides/debugging/exceptions.xml
2004-03-09 16:41:39 +00:00

16 lines
416 B
XML

<slide title="Exception">
<blurb fontsize="4em">
In PHP5 there is yet another error trapping mechanism, exceptions.
Exceptions, allow error tracking inside an entire block of code
with just a few lines.
</blurb>
<image filename="exception.jpg" align="center" />
<blurb fontsize="4em">
Unfortunately, only newest PHP extensions can throw exceptions and do
so only when working with OO interface.
</blurb>
</slide>