18#include <system_error>
20#include <mongocxx/config/prelude.hpp>
23inline namespace v_noabi {
27class MONGOCXX_API
exception :
public std::system_error {
28 using system_error::system_error;
34#include <mongocxx/config/postlude.hpp>
A class to be used as the base class for all mongocxx exceptions.
Definition exception.hpp:27
The top-level namespace for mongocxx library entities.
Definition bulk_write.hpp:24