Searched refs:ExpoViewErrorEvent (Results 1 – 1 of 1) sorted by relevance
16 class ExpoViewErrorEvent internal constructor(val errorMessage: String) class26 EventBus.getDefault().post(ExpoViewErrorEvent(errorMessage)) in handleError()34 EventBus.getDefault().post(ExpoViewErrorEvent(exception.toString())) in handleError()