18#include <system_error>
20#include <mongocxx/config/prelude.hpp>
23MONGOCXX_INLINE_NAMESPACE_BEGIN
28class MONGOCXX_API
exception :
public std::system_error {
29 using system_error::system_error;
32MONGOCXX_INLINE_NAMESPACE_END
35#include <mongocxx/config/postlude.hpp>
A class to be used as the base class for all mongocxx exceptions.
Definition: exception.hpp:28
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24