17 #include <system_error>
19 #include <bsoncxx/config/prelude.hpp>
22 BSONCXX_INLINE_NAMESPACE_BEGIN
28 class BSONCXX_API
exception :
public std::system_error {
29 using std::system_error::system_error;
32 BSONCXX_INLINE_NAMESPACE_END
35 #include <bsoncxx/config/postlude.hpp>
Class representing any exceptions emitted from the bsoncxx library or its underlying implementation...
Definition: exception.hpp:28
Definition: element.hpp:24