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

#include <anlExceptions.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 21 of file anlExceptions.hpp.

Constructor & Destructor Documentation

◆ ENoSuchDevice() [1/2]

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

Definition at line 24 of file anlExceptions.hpp.

25 : std::runtime_error(s)
26 {}

◆ ENoSuchDevice() [2/2]

dunedaq::sspmodules::ENoSuchDevice::ENoSuchDevice ( )
inline

Definition at line 28 of file anlExceptions.hpp.

29 : std::runtime_error("")
30 {}

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