class for exceptions that should result in program termination
More...
#include <copyRequestTypes.h>
|
| template<typename ... Args> |
| std::string | argsToString (const Args &... args) |
| |
class for exceptions that should result in program termination
Definition at line 11 of file copyRequestTypes.h.
◆ fatalException() [1/3]
| fatalException::fatalException |
( |
const std::string & |
aWhat | ) |
|
|
inline |
◆ fatalException() [2/3]
| fatalException::fatalException |
( |
const char * |
aWhat | ) |
|
|
inline |
◆ fatalException() [3/3]
template<typename ... Args>
| fatalException::fatalException |
( |
const Args &... |
args | ) |
|
|
inline |
◆ ~fatalException()
| fatalException::~fatalException |
( |
| ) |
|
|
overridedefault |
◆ argsToString()
template<typename ... Args>
| std::string fatalException::argsToString |
( |
const Args &... |
args | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: