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

#include <anlExceptions.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 45 of file anlExceptions.hpp.

Constructor & Destructor Documentation

◆ EBadDeviceList() [1/2]

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

Definition at line 48 of file anlExceptions.hpp.

49 : std::runtime_error(s)
50 {}

◆ EBadDeviceList() [2/2]

dunedaq::sspmodules::EBadDeviceList::EBadDeviceList ( )
inline

Definition at line 52 of file anlExceptions.hpp.

53 : std::runtime_error("")
54 {}

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