Skip to content

Commit 7ce1c2f

Browse files
committed
[PHP8.4] Document tidy constructor の翻訳
1 parent 1bb4baf commit 7ce1c2f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

reference/tidy/tidy/construct.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
</para>
7575
</refsect1>
7676

77+
<refsect1 role="errors">
78+
&reftitle.errors;
79+
<simpara>
80+
コンストラクタの宣言に失敗した時に例外をスローします。
81+
(例 ファイルを開けなかった場合)
82+
</simpara>
83+
</refsect1>
84+
7785
<refsect1 role="changelog">
7886
&reftitle.changelog;
7987
<informaltable>
@@ -85,6 +93,12 @@
8593
</row>
8694
</thead>
8795
<tbody>
96+
<row>
97+
<entry>8.4.0</entry>
98+
<entry>
99+
コンストラクタの実行に失敗した場合、暗黙的に使用できないオブジェクトを作るのではなく例外がスローされるようになりました。
100+
</entry>
101+
</row>
88102
<row>
89103
<entry>8.0.0</entry>
90104
<entry>

0 commit comments

Comments
 (0)