| 12518 | return RegistryHubSingleton::getMutable(); |
| 12519 | } |
| 12520 | void cleanUp() { |
| 12521 | cleanupSingletons(); |
| 12522 | cleanUpContext(); |
| 12523 | } |
| 12524 | std::string translateActiveException() { |
| 12525 | return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException(); |
| 12526 | } |
no test coverage detected