#include <common.hpp>
Definition at line 29 of file common.hpp.
◆ bad_data_exception() [1/2]
sysio::trace_api::bad_data_exception::bad_data_exception |
( |
const char * | what_arg | ) |
|
|
inlineexplicit |
Definition at line 31 of file common.hpp.
32 :std::runtime_error(what_arg)
33 {}
◆ bad_data_exception() [2/2]
sysio::trace_api::bad_data_exception::bad_data_exception |
( |
const std::string & | what_arg | ) |
|
|
inlineexplicit |
Definition at line 35 of file common.hpp.
36 :std::runtime_error(what_arg)
37 {}
The documentation for this class was generated from the following file:
- plugins/trace_api_plugin/include/sysio/trace_api/common.hpp