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