CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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,
7  const char *context,
8  const char *call,
9  int error);
10 
12  const char *context,
13  const char *call,
14  int error);
15 
16 #endif // STORAGE_FACTORY_THROW_H
void throwStorageError(const char *category, const char *context, const char *call, int error)
Definition: Throw.cc:7