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

#include <inja.hpp>

Inheritance diagram for inja::RenderError:
Collaboration diagram for inja::RenderError:

Public Member Functions

 RenderError (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 283 of file inja.hpp.

Constructor & Destructor Documentation

◆ RenderError()

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

Definition at line 284 of file inja.hpp.

285 : InjaError("render_error", message, location) {
286 }
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::Renderer::throw_renderer_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: