diff options
Diffstat (limited to 'source/core/slang-string.cpp')
| -rw-r--r-- | source/core/slang-string.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/core/slang-string.cpp b/source/core/slang-string.cpp index 8938db595..459396f69 100644 --- a/source/core/slang-string.cpp +++ b/source/core/slang-string.cpp @@ -3,6 +3,14 @@ namespace Slang { + // TODO: this belongs in a different file: + + SLANG_RETURN_NEVER void signalUnexpectedError(char const* message) + { + throw InternalError(message); + } + + // OSString OSString::OSString() |
