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

#include <inja.hpp>

Inheritance diagram for inja::FileError:
Collaboration diagram for inja::FileError:

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

Detailed Description

Definition at line 289 of file inja.hpp.

Constructor & Destructor Documentation

◆ FileError() [1/2]

inja::FileError::FileError ( const std::string & message)
inlineexplicit

Definition at line 290 of file inja.hpp.

291 : InjaError("file_error", message) {
292 }
InjaError(const std::string &type, const std::string &message)
Definition inja.hpp:261
const std::string message
Definition inja.hpp:257

References inja::InjaError::InjaError().

Referenced by inja::Parser::add_to_template_storage(), inja::Parser::load_file(), and inja::Environment::load_json().

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

◆ FileError() [2/2]

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

Definition at line 293 of file inja.hpp.

294 : InjaError("file_error", message, location) {
295 }
const SourceLocation location
Definition inja.hpp:259

References inja::InjaError::InjaError().

Here is the call graph for this function:

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