php8.5
Home/ Manual/ driver / exception/ The MongoDB\Driver\Exception\ServerException class

The MongoDB\Driver\Exception\ServerException class

Base class for exceptions thrown by the server. The code of this exception and its subclasses will correspond to the original error code from the server.

Intro

Base class for exceptions thrown by the server. The code of this exception and its subclasses will correspond to the original error code from the server.

Class synopsis

class MongoDB\Driver\Exception\ServerException { }

Source: reference/mongodb/mongodb/driver/exception/serverexception.xml · from the official PHP manual (php/doc-en)