mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-24 00:42:18 +01:00
ValueError on flags diferent to JSON_INVALID_UTF8_IGNORE (#3102)
If the flags parameter is different than the constant JSON_INVALID_UTF8_IGNORE, a ValueError exception is thrown.
This commit is contained in:
@@ -100,6 +100,10 @@
|
||||
If <parameter>depth</parameter> is outside the allowed range,
|
||||
a <classname>ValueError</classname> is thrown.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>flags</parameter> is not a valid flag,
|
||||
a <classname>ValueError</classname> is thrown.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
Reference in New Issue
Block a user