diff options
Diffstat (limited to 'cpp/src/IcePack/Forward.cpp')
-rw-r--r-- | cpp/src/IcePack/Forward.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Forward.cpp b/cpp/src/IcePack/Forward.cpp index cb062a4ec7f..4e2a6f48c78 100644 --- a/cpp/src/IcePack/Forward.cpp +++ b/cpp/src/IcePack/Forward.cpp @@ -140,7 +140,7 @@ IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const string& identity } } } - catch(const LocalException& ex) + catch(const Exception& ex) { // // If we get an exception, all we an do is to log it and |