Thrown when a general error is encountered.
More...
#include <Error.h>
|
template<typename... Args> |
| GeneralError (std::string name, Args &&... args) |
|
Thrown when a general error is encountered.
Definition at line 10 of file Error.h.
◆ GeneralError()
template<typename... Args>
GooFit::GeneralError::GeneralError |
( |
std::string |
name, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Definition at line 12 of file Error.h.
13 : Error(
"GeneralError", fmt::format(name, std::forward<Args>(args)...), 2) {}
The documentation for this struct was generated from the following file:
- /home/travis/build/GooFit/GooFit/include/goofit/Error.h