MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / parsing_error

Method parsing_error

extlibs/vili/include/vili/exceptions.hpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 {
193 public:
194 parsing_error(
195 std::string_view source, size_t line, size_t column, debug_info info)
196 : exception(info)
197 {
198 this->error("Error while parsing vili content '{}' (line {} column {})",
199 source, line, column);
200 }
201 };
202
203 class invalid_node_type : public exception<invalid_node_type>

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected