[#scriptnum_error-2constructor] = xref:scriptnum_error.adoc[scriptnum_error]::scriptnum_error :relfileprefix: ../ :mrdocs: Constructs the error with a descriptive message. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit scriptnum_error(std::string const& str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | Human‐readable description of the error. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#