CMS 3D CMS Logo

Throw.h
Go to the documentation of this file.
1 #ifndef STORAGE_FACTORY_THROW_H
2 #define STORAGE_FACTORY_THROW_H
3 
5 
6 void throwStorageError(const char *category, const char *context, const char *call, int error);
7 
8 void throwStorageError(edm::errors::ErrorCodes category, const char *context, const char *call, int error);
9 
10 #endif // STORAGE_FACTORY_THROW_H
void throwStorageError(const char *category, const char *context, const char *call, int error)
Definition: Throw.cc:6