[#dbwrapper_error-2constructor] = xref:dbwrapper_error.adoc[dbwrapper_error]::dbwrapper_error :relfileprefix: ../ :mrdocs: Constructs the error from a descriptive message. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit dbwrapper_error(std::string const& msg); ---- == Parameters [cols="1,4"] |=== | Name| Description | *msg* | The message describing the failure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#