LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "CMTException.h"
Public Member Functions | |
CMTException (std::string msg="") | |
const char * | what () const noexcept override |
Private Attributes | |
std::string | _msg |
Generic (base) exception class
Definition at line 25 of file CMTException.h.
|
inline |
Definition at line 28 of file CMTException.h.
|
inlineoverridenoexcept |
Definition at line 30 of file CMTException.h.
References _msg.
Referenced by showerreco::ShowerRecoManager::Reconstruct().
|
private |
Definition at line 33 of file CMTException.h.
Referenced by what().