catch exceptions as const

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: If6aba71f482f75143e6d669763b8853db22318cf
diff --git a/power-sequencer/runtime_monitor.cpp b/power-sequencer/runtime_monitor.cpp
index f706655..01c3e4c 100644
--- a/power-sequencer/runtime_monitor.cpp
+++ b/power-sequencer/runtime_monitor.cpp
@@ -57,7 +57,7 @@
 
         util::powerOff<Shutdown>(bus);
     }
-    catch (std::exception& e)
+    catch (const std::exception& e)
     {
         // No need to crash
         log<level::ERR>(e.what());