PHP 日本大会 2024

MongoDB\Driver\Exception\SSLConnectionException 类

(mongodb >= 1.0.0)

警告

从扩展版本 1.5.0 开始,此异常类已弃用,并将从 2.0 中移除。此异常从未由扩展抛出。应用程序应改用MongoDB\Driver\Exception\ConnectionException

介绍

当驱动程序无法与服务器建立 SSL 连接时抛出。

类概要

final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception {
/* 继承的属性 */
protected ?array $errorLabels;
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* 继承的方法 */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}
添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top