8#include "daq/slc/runcontrol/RCHandlerFatalException.h"
15RCHandlerFatalException::RCHandlerFatalException(
const std::string& comment)
20RCHandlerFatalException::RCHandlerFatalException(
const char* format, ...)
25 vsprintf(ss, format, ap);
Abstract base class for different kinds of events.