language/predefined/error/construct.xml
3fc56d76de1007a3c4f60b143c60c071f32546fb
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="error.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Error::__construct</refname>
...
...
@@ -9,11 +8,11 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis>
11
+
<constructorsynopsis role="Error">
13
12
<modifier>public</modifier> <methodname>Error::__construct</methodname>
14
13
<methodparam choice="opt"><type>string</type><parameter>message</parameter><initializer>""</initializer></methodparam>
15
14
<methodparam choice="opt"><type>int</type><parameter>code</parameter><initializer>0</initializer></methodparam>
16
-
<methodparam choice="opt"><type>Throwable</type><parameter>previous</parameter><initializer>&null;</initializer></methodparam>
15
+
<methodparam choice="opt"><type class="union"><type>Throwable</type><type>null</type></type><parameter>previous</parameter><initializer>&null;</initializer></methodparam>
17
16
</constructorsynopsis>
18
17
<para>
19
18
Constructs the Error.
...
...
@@ -63,7 +62,6 @@
63
62
</refsect1>
64
63
65
64
</refentry>
66
-
67
65
<!-- Keep this comment at the end of the file
68
66
Local variables:
69
67
mode: sgml
...
...
@@ -84,4 +82,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
84
82
vim: et tw=78 syn=sgml
85
83
vi: ts=1 sw=1
86
84
-->
87
-

88
85