diff --git a/reference/intl/dateformatter/create.xml b/reference/intl/dateformatter/create.xml index 2917455d9335..afd48eb0f6d5 100644 --- a/reference/intl/dateformatter/create.xml +++ b/reference/intl/dateformatter/create.xml @@ -144,6 +144,14 @@ + + &reftitle.errors; + + A ValueError is thrown if + locale is invalid. + + + &reftitle.changelog; @@ -156,6 +164,15 @@ + + 8.4.0 + + + A ValueError is thrown if + locale is invalid. + + + 8.1.0 diff --git a/reference/intl/numberformatter/create.xml b/reference/intl/numberformatter/create.xml index db0488b440b4..169c688f6cc0 100644 --- a/reference/intl/numberformatter/create.xml +++ b/reference/intl/numberformatter/create.xml @@ -92,6 +92,14 @@ + + &reftitle.errors; + + A ValueError is thrown if + locale is invalid. + + + &reftitle.changelog; @@ -103,6 +111,15 @@ + + 8.4.0 + + + A ValueError is thrown if + locale is invalid. + + + 8.0.0 diff --git a/reference/intl/resourcebundle/get.xml b/reference/intl/resourcebundle/get.xml index a6060f53d6f9..76f736c646c8 100644 --- a/reference/intl/resourcebundle/get.xml +++ b/reference/intl/resourcebundle/get.xml @@ -63,7 +63,6 @@ - &reftitle.returnvalues; @@ -73,6 +72,49 @@ + + &reftitle.errors; + + A TypeError is thrown if + the offset type is invalid. + + + A ValueError is thrown if + if index is a string + and is empty or is a int and does not + fit into a 32 bit integer type. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + + A TypeError is thrown if + the offset type is invalid. + A ValueError is thrown if + if index is a string + and is empty or is a int and does not + fit into a 32 bit integer type. + + + + + + + + &reftitle.examples;