X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fexception.hpp;fp=src%2Fcommon%2Fexception.hpp;h=e43094bb6e3a0baae83466295b4f41abba1d3047;hp=1880978e76997c3ee9df65f556516fd5f16b9581;hb=9cde3a4ab8b763df804f8105728d90f59521438b;hpb=e1b89bf00b15f64523d24cf3e652cdc706d38843 diff --git a/src/common/exception.hpp b/src/common/exception.hpp index 1880978e7..e43094bb6 100644 --- a/src/common/exception.hpp +++ b/src/common/exception.hpp @@ -20,7 +20,7 @@ throw lttng::posix_error(msg, errno_code, __FILE__, __func__, __LINE__) #define LTTNG_THROW_ERROR(msg) throw lttng::runtime_error(msg, __FILE__, __func__, __LINE__) #define LTTNG_THROW_UNSUPPORTED_ERROR(msg) \ - throw lttng::unsupported_error(msg, __FILE__, __func__, __LINE__) + throw lttng::runtime_error(msg, __FILE__, __func__, __LINE__) #define LTTNG_THROW_COMMUNICATION_ERROR(msg) \ throw lttng::communication_error(msg, __FILE__, __func__, __LINE__) #define LTTNG_THROW_PROTOCOL_ERROR(msg) \