Класс ZookeeperAuthenticationException

(PECL zookeeper >= 0.3.0)

Введение

Класс обработки исключений аутентификации ZooKeeper.

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

classZookeeperAuthenticationExceptionextendsZookeeperException {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}
To Top