docs.dev.br
Home
Docs
Contato
A classe Swoole\MySQL\Exception
(PECL swoole >= 1.9.0)
Introdução
Resumo da classe
class
Swoole\MySQL\Exception
extends
Exception
implements
Throwable
{
/* Propriedades herdadas */
protected
string
$
message
= ""
;
private
string
$
string
= ""
;
protected
int
$
code
;
protected
string
$
file
= ""
;
protected
int
$
line
;
private
array
$
trace
= []
;
private
?
Throwable
$
previous
= null
;
}