| 11972 | return RegistryHubSingleton::getMutable(); |
| 11973 | } |
| 11974 | void cleanUp() { |
| 11975 | cleanupSingletons(); |
| 11976 | cleanUpContext(); |
| 11977 | } |
| 11978 | std::string translateActiveException() { |
| 11979 | return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException(); |
| 11980 | } |
no test coverage detected