|
The Swoole\MySQL\Exception classはじめに
クラス概要Swoole\MySQL\Exception
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
Throwablenull
$previous = null;
} |