From c95f530ecbf6226541b6b1c27dd657b847ca15f9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 22 Jul 2009 17:52:08 +0200 Subject: added forgotten "throw" keywords Signed-off-by: Denys Vlasenko --- src/Daemon/CrashWatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/CrashWatcher.cpp') diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index f42cbe0..22f549e 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -591,7 +591,7 @@ void CCrashWatcher::CreatePidFile() } /* something went wrong */ - CABRTException(EXCEP_FATAL, "CCrashWatcher::CreatePidFile(): can not open pid file"); + throw CABRTException(EXCEP_FATAL, "CCrashWatcher::CreatePidFile(): can not open pid file"); } void CCrashWatcher::Lock() -- cgit