#include <inja.hpp>
Public Member Functions | |
| FileError (const std::string &message) | |
| FileError (const std::string &message, SourceLocation location) | |
| Public Member Functions inherited from inja::InjaError | |
| InjaError (const std::string &type, const std::string &message) | |
| InjaError (const std::string &type, const std::string &message, SourceLocation location) | |
Additional Inherited Members | |
| Public Attributes inherited from inja::InjaError | |
| const std::string | type |
| const std::string | message |
| const SourceLocation | location |
|
inlineexplicit |
Definition at line 290 of file inja.hpp.
References inja::InjaError::InjaError().
Referenced by inja::Parser::add_to_template_storage(), inja::Parser::load_file(), and inja::Environment::load_json().
|
inlineexplicit |
Definition at line 293 of file inja.hpp.
References inja::InjaError::InjaError().