Класс Swoole\MySQL\Exception

(PECL swoole >= 1.9.0)

Введение

Обзор классов

classSwoole\MySQL\ExceptionextendsExceptionimplementsThrowable {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
}
To Top