Home
last modified time | relevance | path

Searched refs:errorInstance (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorRegistry.kt35 val errorInstance = DevLauncherErrorInstance(throwable) in storeException() constant
36 val jsonString = Gson().toJson(errorInstance) in storeException()