17#include <system_error>
19#include <bsoncxx/config/prelude.hpp>
22inline namespace v_noabi {
27class BSONCXX_API
exception :
public std::system_error {
28 using std::system_error::system_error;
34#include <bsoncxx/config/postlude.hpp>
Class representing any exceptions emitted from the bsoncxx library or its underlying implementation.
Definition exception.hpp:27
The top-level namespace for bsoncxx library entities.
Definition element.hpp:24