Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:13

0001 // -*- C++ -*-
0002 //
0003 // Package:     Framework
0004 // Class  :     ProductDeletedException
0005 //
0006 // Implementation:
0007 //     [Notes on implementation]
0008 //
0009 // Original Author:  Chris Jones
0010 //         Created:  Thu Jan 12 13:32:41 CST 2012
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "FWCore/Framework/src/ProductDeletedException.h"
0017 
0018 using namespace edm;
0019 
0020 //
0021 // constants, enums and typedefs
0022 //
0023 
0024 //
0025 // static data member definitions
0026 //
0027 
0028 //
0029 // constructors and destructor
0030 //
0031 ProductDeletedException::ProductDeletedException() : cms::Exception("ProductDeleted") {}