Belle II Software  release-05-01-25
NSMHandlerException.h
1 #ifndef _Belle2_NSMHandlerException_hh
2 #define _Belle2_NSMHandlerException_hh
3 
4 #include "daq/slc/base/IOException.h"
5 
6 namespace Belle2 {
13 
14  public:
15  NSMHandlerException(const std::string& format, ...);
17 #if __GNUC__ >= 7
19 #else
20  ~NSMHandlerException() throw() {}
21 #endif
22 
23  };
24 
26 }
27 
28 #endif
Belle2::IOException
Definition: IOException.h:12
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::NSMHandlerException
Definition: NSMHandlerException.h:12