17 #include <mongocxx/exception/exception.hpp> 19 #include <mongocxx/config/prelude.hpp> 22 MONGOCXX_INLINE_NAMESPACE_BEGIN
31 using exception::exception;
34 MONGOCXX_INLINE_NAMESPACE_END
37 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing an exception caused by using the mongocxx API improperly.
Definition: logic_error.hpp:29
A class to be used as the base class for all mongocxx exceptions.
Definition: exception.hpp:28