[#CCoinsViewErrorCatcher-2constructor] = xref:CCoinsViewErrorCatcher.adoc[CCoinsViewErrorCatcher]::CCoinsViewErrorCatcher :relfileprefix: ../ :mrdocs: Construct the error catcher wrapping a backing view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CCoinsViewErrorCatcher(xref:CCoinsView.adoc[CCoinsView]* view); ---- == Parameters [cols="1,4"] |=== | Name| Description | *view* | Non‐null view to forward reads to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#