reference/com/error-handling.xml
888334f15268184edb36a09c8cacc745581f988e
...
...
@@ -4,12 +4,8 @@
4
4
<chapter xml:id="com.error-handling" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<title>Errors and error handling</title>
6
6

7
-
<!-- FIXME: this markup -->
8
7
<para>
9
-
<emphasis>Exceptions (PHP 5)</emphasis>
10
-
</para>
11
-
<para>
12
-
This extension will throw instances of the class <literal>com_exception</literal>
8
+
This extension will throw instances of the class <classname>com_exception</classname>
13
9
whenever there is a potentially fatal error reported by COM. All
14
10
COM exceptions have a well-defined <literal>code</literal> property that
15
11
corresponds to the HRESULT return value from the various COM operations.
...
...
@@ -18,3 +14,24 @@
18
14
</para>
19
15

20
16
</chapter>
17
+

18
+
<!-- Keep this comment at the end of the file
19
+
Local variables:
20
+
mode: sgml
21
+
sgml-omittag:t
22
+
sgml-shorttag:t
23
+
sgml-minimize-attributes:nil
24
+
sgml-always-quote-attributes:t
25
+
sgml-indent-step:1
26
+
sgml-indent-data:t
27
+
indent-tabs-mode:nil
28
+
sgml-parent-document:nil
29
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
30
+
sgml-exposed-tags:nil
31
+
sgml-local-catalogs:nil
32
+
sgml-local-ecat-files:nil
33
+
End:
34
+
vim600: syn=xml fen fdm=syntax fdl=2 si
35
+
vim: et tw=78 syn=sgml
36
+
vi: ts=1 sw=1
37
+
-->
21
38