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

#include <inja.hpp>

Inheritance diagram for inja::DataError:
Collaboration diagram for inja::DataError:

Public Member Functions

 DataError (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 298 of file inja.hpp.

Constructor & Destructor Documentation

◆ DataError()

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

Definition at line 299 of file inja.hpp.

300 : InjaError("data_error", message, location) {
301 }
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().

Here is the call graph for this function:

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