Belle II Software  release-05-01-25
NSMNotConnectedException.h
1 #ifndef _Belle2_NSMNotConnectedException_h
2 #define _Belle2_NSMNotConnectedException_h
3 
4 #include "daq/slc/nsm/NSMHandlerException.h"
5 
6 namespace Belle2 {
13 
14  public:
15  NSMNotConnectedException(const std::string& format)
16  : NSMHandlerException(format) {}
17 
18  };
19 
21 }
22 
23 #endif
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::NSMHandlerException
Definition: NSMHandlerException.h:12
Belle2::NSMNotConnectedException
Definition: NSMNotConnectedException.h:12