CMS 3D CMS Logo

DQMError.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_CORE_DQMEXCEPTION_H
2 #define DQMSERVICES_CORE_DQMEXCEPTION_H
3 
4 #include <stdexcept>
5 #if !WITHOUT_CMS_FRAMEWORK
8 #else
9 using DQMError = std::runtime_error;
10 #endif
11 
12 void raiseDQMError(const char *context, const char *fmt, ...);
13 #endif
void raiseDQMError(const char *context, const char *fmt,...)
Definition: DQMError.cc:10