DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::sspmodules::EFTDIError Class Reference

#include <anlExceptions.hpp>

Inheritance diagram for dunedaq::sspmodules::EFTDIError:
[legend]
Collaboration diagram for dunedaq::sspmodules::EFTDIError:
[legend]

Public Member Functions

 EFTDIError (const std::string &s)
 
 EFTDIError ()
 

Detailed Description

Definition at line 61 of file anlExceptions.hpp.

Constructor & Destructor Documentation

◆ EFTDIError() [1/2]

dunedaq::sspmodules::EFTDIError::EFTDIError ( const std::string & s)
inlineexplicit

Definition at line 64 of file anlExceptions.hpp.

65 : std::runtime_error(s)
66 {}

◆ EFTDIError() [2/2]

dunedaq::sspmodules::EFTDIError::EFTDIError ( )
inline

Definition at line 68 of file anlExceptions.hpp.

69 : std::runtime_error("")
70 {}

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