PHP 8.5.0 Beta 3 available for testing

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;
}
๏ผ‹add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top