GooFit  v2.1.3
Public Member Functions | List of all members
GooFit::GeneralError Struct Reference

Thrown when a general error is encountered. More...

#include <Error.h>

Inheritance diagram for GooFit::GeneralError:
GooFit::OutOfRange

Public Member Functions

template<typename... Args>
 GeneralError (std::string name, Args &&... args)
 

Detailed Description

Thrown when a general error is encountered.

Definition at line 10 of file Error.h.

Constructor & Destructor Documentation

◆ 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: