scriptnum_error::scriptnum_error

Constructs the error with a descriptive message.

Synopsis

Declared in <script/script.h>

explicit
scriptnum_error(std::string const& str);

Parameters

NameDescription
strHuman-readable description of the error.