aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-28 21:08:17 +0200
committerStefan Boberg <[email protected]>2021-08-28 21:08:17 +0200
commit564426023ae4d83b83770e827ea7815b30061100 (patch)
tree145d9226d83b4b53f07583e559609410b52cd39a /zencore/include
parentBasic implementation of function evaluation (diff)
parentAdded missing lock to side channel InsertChunk() implementation (diff)
downloadzen-564426023ae4d83b83770e827ea7815b30061100.tar.xz
zen-564426023ae4d83b83770e827ea7815b30061100.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/except.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/include/zencore/except.h b/zencore/include/zencore/except.h
index ca0539d6e..0ae31dc71 100644
--- a/zencore/include/zencore/except.h
+++ b/zencore/include/zencore/except.h
@@ -54,5 +54,6 @@ ThrowSystemException(const char* Message)
ZENCORE_API void ThrowLastError(std::string_view Message);
ZENCORE_API void ThrowLastError(std::string_view Message, const std::source_location& Location);
+ZENCORE_API std::string GetLastErrorAsString();
} // namespace zen