MCPcopy Create free account
hub / github.com/covscript/covscript / lang_error

Method lang_error

include/covscript/core/components.hpp:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170 public:
171 lang_error() = default;
172
173 explicit lang_error(std::string str) noexcept : mWhat(std::move(str)) {}
174

Callers

nothing calls this directly

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected