CMS 3D CMS Logo

ESHandleExceptionFactory.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ESHandleExceptionFactory_h
2 #define FWCore_Framework_ESHandleExceptionFactory_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : ESHandleExceptionFactory
7 //
22 //
23 // Original Author: W. David Dagenhart
24 // Created: 1 May 2014
25 //
26 
27 #include <exception>
28 
29 namespace edm {
30 
32  {
33 
34  public:
36  virtual ~ESHandleExceptionFactory();
37 
38  virtual std::exception_ptr make() const = 0;
39  };
40 }
41 #endif
virtual std::exception_ptr make() const =0
HLT enums.