mrdocs::handlebars::Error
An error thrown or returned by Handlebars.
Synopsis
Declared in <mrdocs/Handlebars/Error.hpp>
struct Error
: std::runtime_error
Description
An error returned or thrown by the Handlebars environment when an error occurs during template rendering. The message matches the error message returned by Handlebars.js, and the object also carries the line, column, and position of the error in the template so callers can produce more detailed diagnostics.