Represents compilation error of an template. Throwed specially at mustache compile time. More...
#include <mustache.h>
Public Member Functions | |
invalid_template_exception (const std::string &msg_) | |
virtual const char * | what () const override throw () |
Public Attributes | |
std::string | msg |
Represents compilation error of an template. Throwed specially at mustache compile time.