MQTTSuite
Loading...
Searching...
No Matches
inja::ParserError Struct Reference

#include <inja.hpp>

Inheritance diagram for inja::ParserError:
Collaboration diagram for inja::ParserError:

Public Member Functions

 ParserError (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

Detailed Description

Definition at line 277 of file inja.hpp.

Constructor & Destructor Documentation

◆ ParserError()

inja::ParserError::ParserError ( const std::string & message,
SourceLocation location )
inlineexplicit

Definition at line 278 of file inja.hpp.

279 : InjaError("parser_error", message, location) {
280 }
InjaError(const std::string &type, const std::string &message)
Definition inja.hpp:261
const SourceLocation location
Definition inja.hpp:259
const std::string message
Definition inja.hpp:257

References inja::InjaError::InjaError().

Referenced by inja::Parser::throw_parser_error().

Here is the call graph for this function:
Here is the caller graph for this function:

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