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

4
3
<refentry xml:id="exception.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Exception::__construct</refname>
...
...
@@ -9,11 +8,11 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis>
11
+
<constructorsynopsis role="Exception">
13
12
<modifier>public</modifier> <methodname>Exception::__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 Exception.
...
...
@@ -58,36 +57,6 @@
58
57
</note>
59
58
</refsect1>
60
59

61
-
<refsect1 role="changelog">
62
-
&reftitle.changelog;
63
-
<para>
64
-
<informaltable>
65
-
<tgroup cols="2">
66
-
<thead>
67
-
<row>
68
-
<entry>&Version;</entry>
69
-
<entry>&Description;</entry>
70
-
</row>
71
-
</thead>
72
-
<tbody>
73
-
<row>
74
-
<entry>7.0.0</entry>
75
-
<entry>
76
-
The <parameter>previous</parameter> parameter is now of type <type>Throwable</type>.
77
-
</entry>
78
-
</row>
79
-
<row>
80
-
<entry>5.3.0</entry>
81
-
<entry>
82
-
The <parameter>previous</parameter> parameter was added.
83
-
</entry>
84
-
</row>
85
-
</tbody>
86
-
</tgroup>
87
-
</informaltable>
88
-
</para>
89
-
</refsect1>
90
-
91
60
<refsect1 role="notes">
92
61
&reftitle.notes;
93
62
<note>
...
...
@@ -99,7 +68,6 @@
99
68
</refsect1>
100
69
101
70
</refentry>
102
-
103
71
<!-- Keep this comment at the end of the file
104
72
Local variables:
105
73
mode: sgml
...
...
@@ -120,4 +88,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
120
88
vim: et tw=78 syn=sgml
121
89
vi: ts=1 sw=1
122
90
-->
123
-

124
91