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

#include <anlExceptions.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 93 of file anlExceptions.hpp.

Constructor & Destructor Documentation

◆ EEventReadError() [1/2]

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

Definition at line 96 of file anlExceptions.hpp.

97 : std::runtime_error(s)
98 {}

◆ EEventReadError() [2/2]

dunedaq::sspmodules::EEventReadError::EEventReadError ( )
inline

Definition at line 100 of file anlExceptions.hpp.

101 : std::runtime_error("")
102 {}

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