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

4
3
<refentry xml:id="exception.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Exception::__clone</refname>
...
...
@@ -9,12 +8,13 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>final</modifier> <modifier>private</modifier> <type>void</type><methodname>Exception::__clone</methodname>
14
-
<void />
11
+
<methodsynopsis role="Exception">
12
+
<modifier>private</modifier> <type>void</type><methodname>Exception::__clone</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-
Tries to clone the Exception, which results in Fatal error.
16
+
<classname>Exception</classname>s cannot be cloned,
17
+
and attempting to do so will throw an <classname>Error</classname>.
18
18
</para>
19
19
</refsect1>
20
20
...
...
@@ -36,8 +36,29 @@
36
36
Exceptions are <emphasis>not</emphasis> clonable.
37
37
</para>
38
38
</refsect1>
39
-
</refentry>
40
39

40
+
<refsect1 role="changelog">
41
+
&reftitle.changelog;
42
+
<informaltable>
43
+
<tgroup cols="2">
44
+
<thead>
45
+
<row>
46
+
<entry>&Version;</entry>
47
+
<entry>&Description;</entry>
48
+
</row>
49
+
</thead>
50
+
<tbody>
51
+
<row>
52
+
<entry>8.1.0</entry>
53
+
<entry>
54
+
<methodname>Exception::__clone</methodname> is no longer final.
55
+
</entry>
56
+
</row>
57
+
</tbody>
58
+
</tgroup>
59
+
</informaltable>
60
+
</refsect1>
61
+
</refentry>
41
62
<!-- Keep this comment at the end of the file
42
63
Local variables:
43
64
mode: sgml
...
...
@@ -58,4 +79,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
58
79
vim: et tw=78 syn=sgml
59
80
vi: ts=1 sw=1
60
81
-->
61
-

62
82