The MongoDB\Driver\Exception\ServerException class
Guide
Edit on GitHub ✎
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 { }