Update coverage exception macros
[platform/core/api/audio-io.git] / include / CAudioError.h
index 960bd7d..e6c98eb 100644 (file)
@@ -65,7 +65,6 @@ class CAudioError : public std::exception {
         static constexpr unsigned int MSG_LENGTH = 512;
 
         /* Constructor & Destructor */
-        explicit CAudioError(EError err);
         CAudioError(EError err, const char* msg, const char* file, const char* func, int line);
         ~CAudioError() = default;