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 304 of file inja.hpp.

Constructor & Destructor Documentation

◆ ParserError()

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

Definition at line 305 of file inja.hpp.

306 : InjaError("parser_error", message, location) {
307 }
InjaError(const std::string &type, const std::string &message)
Definition inja.hpp:288
const SourceLocation location
Definition inja.hpp:286
const std::string message
Definition inja.hpp:284

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: