diff options
Diffstat (limited to 'cpp/src/Ice/LocatorInfo.cpp')
-rw-r--r-- | cpp/src/Ice/LocatorInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/LocatorInfo.cpp b/cpp/src/Ice/LocatorInfo.cpp index 68db941c94b..9516548a5be 100644 --- a/cpp/src/Ice/LocatorInfo.cpp +++ b/cpp/src/Ice/LocatorInfo.cpp @@ -59,7 +59,7 @@ public: { rethrow_exception(e); } - catch(const UserException& ex) + catch(const Exception& ex) { request->exception(ex); } @@ -105,7 +105,7 @@ public: { rethrow_exception(e); } - catch(const UserException& ex) + catch(const Exception& ex) { request->exception(ex); } |