Files
2003-03-23 04:35:37 +00:00

11 lines
263 B
XML

<slide>
<title>Exceptions</title>
<blurb fontsize="3.5em">
PHP 5 supports exceptions, via %try%, %catch% and %throw%.
</blurb>
<blurb fontsize="3.5em">
The default exception is the %Exception% class.
</blurb>
<example filename="except.php" result="1" />
</slide>