The Swoole\MySQL\Exception class

(PECL swoole >= 1.9.0)

Introduction

Class synopsis

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