Skip to content

Commit

Permalink
changes from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Nov 26, 2024
1 parent 4316ab7 commit 62ec8e9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
14 changes: 11 additions & 3 deletions reference/intl/dateformatter/create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<para>
A <exceptionname>Value</exceptionname> is thrown if
<parameter>locale</parameter> is invalid.
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
Expand All @@ -159,10 +167,10 @@
<row>
<entry>8.4.0</entry>
<entry>
<para>
A <classname>Value</classname> is thrown if
<simpara>
A <exceptionname>Value</exceptionname> is thrown if
<parameter>locale</parameter> is invalid.
</para>
</simpara>
</entry>
</row>
<row>
Expand Down
12 changes: 10 additions & 2 deletions reference/intl/numberformatter/create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<para>
A <exceptionname>Value</exceptionname> is thrown if
<parameter>locale</parameter> is invalid.
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -106,10 +114,10 @@
<row>
<entry>8.4.0</entry>
<entry>
<para>
<simpara>
A <classname>Value</classname> is thrown if
<parameter>locale</parameter> is invalid.
</para>
</simpara>
</entry>
</row>
<row>
Expand Down
22 changes: 18 additions & 4 deletions reference/intl/resourcebundle/get.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<para>
A <exceptionname>TypeError</exceptionname> is thrown if
the offset type is invalid.
</para>
<para>
A <exceptionname>ValueError</exceptionname> is thrown if
if <parameter>index</parameter> is a <type>string</type>
and is empty or is a <type>int</type> and does not
fit into a 32 bit integer type.
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
Expand All @@ -87,14 +101,14 @@
<row>
<entry>8.4.0</entry>
<entry>
<para>
A <classname>TypeError</classname> is thrown if
<simpara>
A <exceptionname>TypeError</exceptionname> is thrown if
the offset type is invalid.
A <classname>ValueError</classname> is thrown if
A <exceptionname>ValueError</exceptionname> is thrown if
if <parameter>index</parameter> is a <type>string</type>
and is empty or is a <type>int</type> and does not
fit into a 32 bit integer type.
</para>
</simpara>
</entry>
</row>
</tbody>
Expand Down

0 comments on commit 62ec8e9

Please sign in to comment.