Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::trace_api::yield_exception Class Reference

#include <common.hpp>

Inheritance diagram for sysio::trace_api::yield_exception:
Collaboration diagram for sysio::trace_api::yield_exception:

Public Member Functions

 yield_exception (const char *what_arg)
 
 yield_exception (const std::string &what_arg)
 

Detailed Description

Exceptions

Definition at line 18 of file common.hpp.

Constructor & Destructor Documentation

◆ yield_exception() [1/2]

sysio::trace_api::yield_exception::yield_exception ( const char * what_arg)
inlineexplicit

Definition at line 20 of file common.hpp.

21 :std::runtime_error(what_arg)
22 {}

◆ yield_exception() [2/2]

sysio::trace_api::yield_exception::yield_exception ( const std::string & what_arg)
inlineexplicit

Definition at line 24 of file common.hpp.

25 :std::runtime_error(what_arg)
26 {}

The documentation for this class was generated from the following file: