Utils/Console: Add short help to 'ls' output
[senf.git] / Scheduler / WriteHelper.cti
index e57f0e5..c67b4d8 100644 (file)
@@ -24,7 +24,7 @@
 //#include "WriteHelper.ih"
 
 // Custom includes
-#include "Utils/Exception.hh"
+#include "../Utils/Exception.hh"
 
 #define prefix_ inline
 ///////////////////////////////cti.p///////////////////////////////////////
@@ -62,7 +62,7 @@ prefix_ void senf::WriteHelper<Handle>::throw_error()
     const
 {
     if (errno_ != 0)
-        throw senf::SystemException(errno_);
+        throw SystemException(errno_ SENF_EXC_DEBUGINFO);
 }