summaryrefslogtreecommitdiffstats
path: root/control/functor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/functor.hpp')
-rw-r--r--control/functor.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/control/functor.hpp b/control/functor.hpp
index 17ae3af..e86bae7 100644
--- a/control/functor.hpp
+++ b/control/functor.hpp
@@ -113,7 +113,12 @@ struct PropertyChanged
_property);
_handler(zone, std::forward<T>(val));
}
- catch (const util::DBusError& e)
+ catch (const sdbusplus::exception::SdBusError&)
+ {
+ // Property will not be used unless a property changed
+ // signal message is received for this property.
+ }
+ catch (const util::DBusError&)
{
// Property will not be used unless a property changed
// signal message is received for this property.
OpenPOWER on IntegriCloud