Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:53

0001 #ifndef STORAGE_FACTORY_THROW_H
0002 #define STORAGE_FACTORY_THROW_H
0003 
0004 #include "FWCore/Utilities/interface/EDMException.h"
0005 
0006 void throwStorageError(const char *category, const char *context, const char *call, int error);
0007 
0008 void throwStorageError(edm::errors::ErrorCodes category, const char *context, const char *call, int error);
0009 
0010 #endif  // STORAGE_FACTORY_THROW_H