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