MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / ServerError

Method ServerError

plugins/webadmin/commonItems.cpp:92–95  ·  view source on GitHub ↗

--------------Error

Source from the content-addressed store, hash-verified

90
91//--------------Error
92ServerError::ServerError(Templateiser& ts) {
93 ts.addKey("error", this);
94 ts.addIF("error", this);
95}
96
97void ServerError::keyCallback(std::string& data, const std::string& /*key*/) {
98 data += errorMessage;

Callers

nothing calls this directly

Calls 2

addKeyMethod · 0.80
addIFMethod · 0.80

Tested by

no test coverage detected