The Swoole\MySQL\Exception class

(PECL swoole >= 1.9.0)

はじめに

クラス概要

class Swoole\MySQL\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;
}
関連キーワード:  Swoole, Exception, string, protected, private, int, Throwable, extends, implements, 概要