SimdJsonException 类

(PECL simdjson >= 2.1.0)

简介

如果 simdjson_decode()simdjson_key_count()simdjson_key_exists()simdjson_key_value() 抛出异常。有关可能的值,请参见 simdjson 错误代码 常量。

类概要

class SimdJsonException extends RuntimeException {
/* 继承的属性 */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
}
添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top