Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DExponentException.kt6 abstract class ExponentException(private val originalException: Exception?) : Exception() { class
H A DExceptionUtils.kt34 if (exception is ExponentException) { in exceptionToErrorMessage()
H A DManifestException.kt12 class ManifestException : ExponentException { in <lambda>()