MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / BuildMessage

Method BuildMessage

include/util/exception.hpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 const std::string dataset;
100
101 static std::string BuildMessage(const std::string &dataset)
102 {
103 return "DisabledDatasetException: Your query tried to access the disabled dataset " +
104 dataset +
105 ". Please check your configuration: "
106 "https://github.com/Project-OSRM/osrm-backend/wiki/Disabled-Datasets";
107 }
108};
109
110class RuntimeError : public exception

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected