Add new exception types: communication, protocol, and invalid argument
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 May 2022 18:27:06 +0000 (14:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Jun 2022 20:34:46 +0000 (16:34 -0400)
commitbaac5795bc71176909898f7fcbf59dc822f11f4f
tree9db04fe3808cdb95666ba4f09b958f869ac82a80
parent1823e905abb7044e38434cc7d16fdec8545dda1c
Add new exception types: communication, protocol, and invalid argument

These new exception types are useful to expess communication errors
and are used in later patches when an application doesn't honor the
liblttng-ust-ctl protocol.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: If5cd92c2f2fc31c6e68d49ade9e66f16e50394a3
src/common/exception.cpp
src/common/exception.hpp
This page took 0.025085 seconds and 4 git commands to generate.