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

#include <anlExceptions.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 77 of file anlExceptions.hpp.

Constructor & Destructor Documentation

◆ ETCPError() [1/2]

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

Definition at line 80 of file anlExceptions.hpp.

81 : std::runtime_error(s)
82 {}

◆ ETCPError() [2/2]

dunedaq::sspmodules::ETCPError::ETCPError ( )
inline

Definition at line 84 of file anlExceptions.hpp.

85 : std::runtime_error("")
86 {}

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