| The SimdJsonException classIntroductionException thrown if simdjson_decode, simdjson_key_count, simdjson_key_exists, or simdjson_key_value. For possible values see the simdjson error codes constants. Class synopsisSimdJsonException 
     
      class SimdJsonException
     
     
      extends
       RuntimeException
     
     { /* Inherited properties */ 
     protected
     string
     $message = ""; private
     string
     $string = ""; protected
     int
     $code; protected
     string
     $file = ""; protected
     int
     $line; private
     array
     $trace = []; private
     Throwablenull
     $previous = null;} |