32class query_exception :
public operation_exception {
34 ~query_exception()
override;
36 query_exception(query_exception&&) =
default;
37 query_exception& operator=(query_exception&&) =
default;
38 query_exception(query_exception
const&) =
default;
39 query_exception& operator=(query_exception
const&) =
default;
41 using operation_exception::operation_exception;
The mongocxx v_noabi macro guard postlude header.