The SimdJsonValueError class SimdJsonValueError
&reftitle.intro; A SimdJsonValueError is thrown when the type of an argument to a function from simdjson is correct but the value of it is incorrect. E.g. when the JSON decoding $depth is not positive or the $depth is too large.
&reftitle.classsynopsis; SimdJsonValueError SimdJsonValueError extends ValueError &InheritedProperties; &InheritedMethods;
&reftitle.changelog; &Version; &Description; PHP 8.0.0 SimdJsonValueError extends ValueError now instead of Error.