Files
doc-fr/reference/simdjson/simdjsonvalueerror.xml
2024-08-29 13:42:49 +01:00

97 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4d17b7b4947e7819ff5036715dd706be87ae4def Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<reference xml:id="class.simdjsonvalueerror" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>La classe SimdJsonValueError</title>
<titleabbrev>SimdJsonValueError</titleabbrev>
<partintro>
<!-- {{{ SimdJsonValueError intro -->
<section xml:id="simdjsonvalueerror.intro">
&reftitle.intro;
<para>
Une exception <classname>SimdJsonValueError</classname> est lancée lorsque le
type d'un argument d'une fonction de simdjson est correct mais que la valeur
de celui-ci est incorrecte.
Par exemple, lorsque le décodage JSON <varname>$depth</varname> n'est pas positif ou que le <varname>$depth</varname> est trop grand.
</para>
</section>
<!-- }}} -->
<section xml:id="simdjsonvalueerror.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>SimdJsonValueError</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>SimdJsonValueError</classname>
</ooclass>
<ooclass>
<modifier>extends</modifier>
<classname>ValueError</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('error.synopsis')/descendant::db:fieldsynopsis)"><xi:fallback/></xi:include>
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include>
</classsynopsis>
<!-- }}} -->
</section>
<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PHP 8.0.0</entry>
<entry>
<classname>SimdJsonValueError</classname> étend désormais <classname>ValueError</classname>
à la place de <classname>Error</classname>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</partintro>
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->