| 10205 | return RegistryHubSingleton::getMutable(); |
| 10206 | } |
| 10207 | void cleanUp() { |
| 10208 | cleanupSingletons(); |
| 10209 | cleanUpContext(); |
| 10210 | } |
| 10211 | std::string translateActiveException() { |
| 10212 | return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException(); |
| 10213 | } |
no test coverage detected