IPC unit tests and testing framework improvements
[platform/core/security/vasum.git] / common / utils / eventfd.cpp
index bc5e64a..627b773 100644 (file)
@@ -42,7 +42,7 @@ EventFD::EventFD()
     if (mFD == -1) {
         const std::string msg = "Error in eventfd: " + getSystemErrorMessage();
         LOGE(msg);
-        throw UtilsException(msg);
+        throw EventFDException(msg);
     }
 }