[#dbwrapper_error] = dbwrapper_error :mrdocs: Exception thrown when a database operation fails. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class dbwrapper_error : public std::runtime_error ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::runtime_error` | |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:dbwrapper_error/2constructor.adoc[`dbwrapper_error`] [.small]#[constructor]# | Constructs the error from a descriptive message. | xref:dbwrapper_error/operator_assign.adoc[`operator=`] | | xref:dbwrapper_error/what.adoc[`what`] [.small]#[virtual]# | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#