Dutch PHP Conference 2025 - Call For Papers

The MongoDB\Driver\Exception\Exception interface

(mongodb >= 1.0.0)

Вступ

Common interface for all extension exceptions. This interface is also used by the library, and may be used to identify any exceptions originating from the MongoDB PHP driver (i.e. extension and library).

Короткий огляд класу

class MongoDB\Driver\Exception\Exception {
}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top