MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / throwError

Function throwError

src/openassetio-core/src/utils/path/common.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace utils::path {
17
18void throwError(const std::string_view message, const std::string_view pathOrUrl) {
19 throw errors::InputValidationException(fmt::format("{} ('{}')", message, pathOrUrl));
20}
21
22// ---------------------------------------------------------------------
23// ForwardSlashSeparatedString

Callers 8

pathFromUrlMethod · 0.85
pathFromUrlMethod · 0.85
setUrlPathMethod · 0.85
pathToUrlMethod · 0.85
pathFromUrlMethod · 0.85
validatePathMethod · 0.85
toUrlMethod · 0.85
validatePathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected