mirror of
https://github.com/php/presentations.git
synced 2026-04-23 15:28:04 +02:00
11 lines
263 B
XML
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>
|