Swoole\Exception 类

(PECL swoole >= 1.9.0)

介绍

类概要

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

用户贡献备注

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