00001 #ifndef STORAGE_FACTORY_THROW_H 00002 #define STORAGE_FACTORY_THROW_H 00003 00004 #include "FWCore/Utilities/interface/EDMException.h" 00005 00006 void throwStorageError (const char* category, 00007 const char *context, 00008 const char *call, 00009 int error); 00010 00011 void throwStorageError (edm::errors::ErrorCodes category, 00012 const char *context, 00013 const char *call, 00014 int error); 00015 00016 #endif // STORAGE_FACTORY_THROW_H