The ZookeeperNoNodeException class

(PECL zookeeper >= 0.3.0)

Introduction

The ZooKeeper exception (when node does not exist) handling class.

Class synopsis

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