Crow  1.0
A C++ microframework for the web
crow::mustache::invalid_template_exception Class Reference
Inheritance diagram for crow::mustache::invalid_template_exception:
Collaboration diagram for crow::mustache::invalid_template_exception:

Public Member Functions

 invalid_template_exception (const std::string &msg)
 
virtual const char * what () const throw ()
 

Public Attributes

std::string msg
 

Constructor & Destructor Documentation

◆ invalid_template_exception()

crow::mustache::invalid_template_exception::invalid_template_exception ( const std::string &  msg)
inline

Member Function Documentation

◆ what()

virtual const char* crow::mustache::invalid_template_exception::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

◆ msg

std::string crow::mustache::invalid_template_exception::msg

The documentation for this class was generated from the following file: