The MongoDB\Driver\Exception\EncryptionException class

(mongodb >= 1.7.0)

Introduction

Base class for exceptions thrown during client-side encryption.

Class synopsis

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