The ZookeeperMarshallingException class

(PECL zookeeper >= 0.3.0)

Introduction

The ZooKeeper exception (while marshalling or unmarshalling data) handling class.

Class synopsis

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