18 #include <system_error>
20 #include <mongocxx/config/prelude.hpp>
23 inline namespace v_noabi {
27 class 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