/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWStorage/StorageFactory/src/Throw.h
10 строк
360 B
Chris Jones
Move Utilities/StorageFactory to FWStorage/StorageFactory
10 дек 2025, 18:12
10 дек 2025, 18:12
852ff34
Код
Авторство
О чём код?
#ifndef STORAGE_FACTORY_THROW_H #define STORAGE_FACTORY_THROW_H #include "FWCore/Utilities/interface/EDMException.h" void throwStorageError(const char *category, const char *context, const char *call, int error); void throwStorageError(edm::errors::ErrorCodes category, const char *context, const char *call, int error); #endif // STORAGE_FACTORY_THROW_H