Searched refs:ExponentException (Results 1 – 3 of 3) sorted by relevance
6 abstract class ExponentException(private val originalException: Exception?) : Exception() { class
34 if (exception is ExponentException) { in exceptionToErrorMessage()
12 class ManifestException : ExponentException { in <lambda>()