diff options
Diffstat (limited to 'cpp/include/Ice/Exception.h')
-rw-r--r-- | cpp/include/Ice/Exception.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/include/Ice/Exception.h b/cpp/include/Ice/Exception.h index e22929c994b..a1814049dc1 100644 --- a/cpp/include/Ice/Exception.h +++ b/cpp/include/Ice/Exception.h @@ -19,6 +19,13 @@ namespace IceInternal class BasicStream; +namespace Ex +{ + +ICE_API void throwUOE(const ::std::string&, const ::std::string&); + +} + } namespace Ice |